Support class member snippet completions in JS files #46738
Labels
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Suggestion
An idea for TypeScript
Suggestion
Support class member snippet completions in JS files
π Search Terms
class member completion
β Viability Checklist
My suggestion meets these guidelines:
β Suggestion
We should have class member snippet completions work in JS files. Currently they only work in TS files.
π Motivating Example
Considerations
To properly support JS, we would have to consider the many ways in which properties can be added to a class in JS. We also should make sure the completion suggestion has JSDoc when possible.
The text was updated successfully, but these errors were encountered: