-
Notifications
You must be signed in to change notification settings - Fork 12.8k
JsDoc optional params with [] syntax breaks JSDoc comments in signature help #6810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Moving to TS2.0 milestone since this involves a lot more work than we anticipated |
Has this fix been implemented in TS 2.0.3? Because I'm using this version in VSCode (and I'm certain I'm overriding the TS version via my workspace settings), and this issue's still there. It also breaks the syntax highlighting of jsdoc, I think I'm going to submit a separate issue on the grammar repo for that. |
No, it's going to ship in 2.1. If you |
VSCode ships with an older version of TypeScript. Please see Using Newer TypeScript Versions documentation for more details on updating your VSCode to use a different version of TypeScript. |
The last two parameters below don't show the description in the signature help for that parameter, the first two do. It appears to be the
[name]
syntax that breaks this.The text was updated successfully, but these errors were encountered: