You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSDoc syntax for optional parameters (e.g. {number} [parameterName] Description) seems to cause the parameter description to not get picked up for intellisense.
Closure Compiler syntax (e.g. {number=} parameterName Description) does not cause the same problem.
TypeScript Version: within VS Code 1.3.1
JSDoc syntax for optional parameters (e.g.
{number} [parameterName] Description
) seems to cause the parameter description to not get picked up for intellisense.Closure Compiler syntax (e.g.
{number=} parameterName Description
) does not cause the same problem.Code
Expected behavior:
Hovering over
x
in the function declaration shows "Description", like this:Actual behavior:
The text was updated successfully, but these errors were encountered: