-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugplan-itemVS Code - planned item for upcomingVS Code - planned item for upcomingverifiedVerification succeededVerification succeeded
Milestone
Description
Bug
For the js/ts:
/**
* @param {|} x
*/
function foo(x) {}
quick suggestions currently not enabled when typing inside the jsdoc type annotation
Possible fix
My original proposed fix was adding a meta.embedded
scope to the types: atom/language-javascript#539
It we can't get this fixed in language-javascript, we can add meta.embedded
to our TS grammar specifically. I'll keep investigating other possible solutions as well
nicolasparada, PhoneixS and jens1o
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugplan-itemVS Code - planned item for upcomingVS Code - planned item for upcomingverifiedVerification succeededVerification succeeded