Skip to content

Support quickSuggestions for jsdoc types #43715

Closed
@mjbvz

Description

@mjbvz

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

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugplan-itemVS Code - planned item for upcomingverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions