-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Description
From @csvenke on September 30, 2016 20:52
- VSCode Version: 1.5.3
- OS Version: Windows 10
In a .js file, intellisense provides correct jsdoc types
In a custom extension file associated with javascript, types from jsdoc are not provided
Steps to Reproduce:
- Create a .sj file
- In settings.json, set "files.associations": { "*.sj": "javascript" }
- Create a function with jsdoc parameters with types
- Call function and check if intellisense provides types
Copied from original issue: microsoft/vscode#13100
evans, munrocket, astlaurent1 and mxrsoon
Metadata
Metadata
Assignees
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue