-
- Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
Description
In vscode, you can change your editor actions to do various things on save like organise imports, fixAll etc.
"editor.codeActionsOnSave": { "source.fixAll": "always", "source.addMissingImports": "always", "source.removeUnusedImports": "always", "source.organizeImports": "always" } 3 of these options work within the script tag of a svelte file fixAll, removeUnusedImports, organizeImports, whilst addMissingImports does not.
Proposed solution
it would be nice if addMissingImports also could work like it does in typescript files.
Alternatives
No response
Additional Information, eg. Screenshots
No response
peter-bab, ageorgeh and plitokpikinbanjerluke
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request