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
Expected: No @param autocomplete
Actual: It completes with @param and @return inside the comment.
I'd expect comments to only autocomplete like this if a function is directly below it. Though I suppose autocomplete could be useful for overloading functions, this is not supported in TypeScript right now (see #25590).
TS Template added by @mjbvz
TypeScript Version: 4.6.0-dev.20220203
Search Terms
Does this issue occur when all extensions are disabled?: Yes
1.63.2as well as1.64.0-insiderSteps to Reproduce:
For a demo of the issue, visit https://vscode.dev/github/jespertheend/vscode-jsdoc-autocomplete-bug and open
jsdoc.jsExpected: No
@paramautocompleteActual: It completes with
@paramand@returninside the comment.I'd expect comments to only autocomplete like this if a function is directly below it. Though I suppose autocomplete could be useful for overloading functions, this is not supported in TypeScript right now (see #25590).