Use :ALEImport
in .vue
-files
#4592
Unanswered
ryabrody
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I lately started to use
volar
as a linter in my.vue
-files.The problem i have is that
:ALEImport
does not work in those files.When i run the
:ALEImport
command for a name then it returns:No possible imports found
.I always need to add the imports manually. The command
ALEGoToDefinition
works.When i run
:ALEOrganizeImports
i get following error:OrganizeImports currently only works with tsserver
.When i add
tsserver
as a linter to vue files then the vue file is treated as a .ts file.How is it possible to use
:ALEImport
and:ALEOrganizeImports
in.vue
-files?:ALEInfo
Beta Was this translation helpful? Give feedback.
All reactions