-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[IntelliSense] [Salsa] Support @callback in JSDoc #7515
Copy link
Copy link
Closed
Labels
Domain: JSDocRelates to JSDoc parsing and type generationRelates to JSDoc parsing and type generationFixedA PR has been merged for this issueA PR has been merged for this issueIn DiscussionNot yet reached consensusNot yet reached consensusSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Metadata
Metadata
Assignees
Labels
Domain: JSDocRelates to JSDoc parsing and type generationRelates to JSDoc parsing and type generationFixedA PR has been merged for this issueA PR has been merged for this issueIn DiscussionNot yet reached consensusNot yet reached consensusSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
From @santiagohdzb on March 15, 2016 3:43
Hi everyone, I'm in love with the new VS Code's Salsa, but I'm facing this issue:
I'm trying to use InselliSense with JSDoc's callback documentation.
Am I doing something wrong? How am I supposed to do this?
Steps to Reproduce:
1. Open a new Javascript file
2. add the code you see above
Copied from original issue: microsoft/vscode#4223