Open robertpatrick opened 1 year ago
Are there plans to support Nuxt3 using this plugin?
JetBrains charges 160€/year, yet depends on third-party to implement the fundamentals. I am not surprised that nobody is willing to get along with that and instead use a free, yet even better working, alternative (VS Code)
@MrEAlderson In JetBrain's defense, and even though I love Nuxt ; Nuxt isn't near to being considered as a "fundamental". Maybe that day will come, where they bundle Nuxt support alongside Vue, but 0.95% market share won't do the trick lol
Is your feature request related to a problem? Please describe.
Nuxt 3 provides various features where components, composables, etc. are made available without the need to explicitly import them.
Describe the solution you'd like
The Nuxt 3 plugin should be able to look at the project structure and resolve uses of components, composables, etc. without the need to use import them into Vue or Typescript files.
Describe alternatives you've considered
Moving to Visual Studio Code.
Additional context
No response