zed-industries / extensions

Extensions for the Zed editor
884 stars 382 forks source link

add suport framework nuxt #1281

Open SavinDevelop opened 2 months ago

SavinDevelop commented 2 months ago

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.

maxdeviant commented 2 months ago

What would the Nuxt extension have that isn't in the Vue extension?

SavinDevelop commented 2 months ago

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