Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WebStorm since version 2023.2 uses volar as the language server for vue, so this line in the documentation is no longer true:
https://github.com/vue-macros/vue-macros/blob/main/docs/guide/getting-started.md?plain=1#L13
Source: https://blog.jetbrains.com/webstorm/2023/07/webstorm-2023-2/#vue_language_server_support
The text was updated successfully, but these errors were encountered:
Have you tested vue-macros on WebStorm? Is everything working well? @unshame
vue-macros
WebStorm
Sorry, something went wrong.
I tested on WebStorm, but it seems like the plugins of Volar cannot be loaded and take effect.
I tested with reactivity transform
defineModels
and definePropsRefs
It seems to work.
It reports errors correctly, but doesn't always report the correct types on hover in templates.
definePropsRefs
reactivity transform
defineModels - here it works on hover in templates as well
Same conclusions here!
Thanks for your detailed test. But I'm still not satisfied with the current level of support in WebStorm. Let's wait and see.
No branches or pull requests
WebStorm since version 2023.2 uses volar as the language server for vue, so this line in the documentation is no longer true:
https://github.com/vue-macros/vue-macros/blob/main/docs/guide/getting-started.md?plain=1#L13
Source:
https://blog.jetbrains.com/webstorm/2023/07/webstorm-2023-2/#vue_language_server_support
The text was updated successfully, but these errors were encountered: