Open SavinDevelop opened 2 months ago
What would the Nuxt extension have that isn't in the Vue extension?
What would the Nuxt extension have that isn't in the Vue extension?
The main thing that is missing is support for components without importing. In nuxt, there is a clear division of entities into directories, layout of components, etc. And on the page, I can specify the name of the ItemCard component located in components/items/card and it will be used. But without a special extension like in vscode, a simple vue extension swears and gives errors.
https://marketplace.visualstudio.com/items?itemName=Nuxtr.nuxtr-vscode
Check for existing issues
Language
vue, nuxt
Tree Sitter parser link
No response
Language server link
No response
Misc notes
there is no extension for the nuxt framework.