-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic Import Organisation not working #843
Comments
This is something relatively new & just getting added to the LSP protocol. https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction I haven't figured out a way to implement it yet...I'll look into it. |
We are seeing this also; we are using [email protected] |
Any update on this? Really enjoy auto organization of imports in JS but it is frustrating not being able to use it in VUE files. |
Fixed in #2635 |
was this released? It still does not work for me with v0.34.1 |
GitHub says it was included in "editor.codeActionsOnSave": {
"source.organizeImports": true
} |
Follow #3018 |
for me it doesn't work with shortcut either... |
@Karolis92 this issue is pretty old but there is a fresh one that describes what you are experiencing #3020 |
Info
Problem
Automatic organization / cleans up of imports does not work in Vue files.
Reproducible Case
Run
alt + shift + o
(Linux) running in TS/JS file will automatically clean up imports and organize them.Action
I am happy to do the work, this may not be a problem in Vetur itself, but somewhere else. However, i am not 100% sure where to look. @octref
The text was updated successfully, but these errors were encountered: