Is there a way to use Volar with IntelliJ ? #571
-
I would like to avoid using 2 IDE |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We need LSP implement for WebStorm, fortunately it seems to exist: https://github.com/ballerina-platform/lsp4intellij Reference: https://youtrack.jetbrains.com/issue/IDEABKL-7409 |
Beta Was this translation helpful? Give feedback.
-
From what I know, Jetbrains maintains their own, separate tooling for Vue. I've used WebStorm with Vue 2 for a while and I remember it had features even Vetur didn't have? I see that Vue 3 related issues are fixed in the jetbrains issue tracker so the builtin Since Jetbrains maintains their own tooling and never even used Vetur in the first place (I think), I don't think they'll support Volar officially either. If you want to use Volar anyway, you'll probably have to follow Johnson's instructions from the post above. |
Beta Was this translation helpful? Give feedback.
From what I know, Jetbrains maintains their own, separate tooling for Vue. I've used WebStorm with Vue 2 for a while and I remember it had features even Vetur didn't have?
I see that Vue 3 related issues are fixed in the jetbrains issue tracker so the builtin
Jetbrains's tools should work ok for Vue 3 (script setup etc.)
Since Jetbrains maintains their own tooling and never even used Vetur in the first place (I think), I don't think they'll support Volar officially either. If you want to use Volar anyway, you'll probably have to follow Johnson's instructions from the post above.