nuxt-storm
nuxt-storm copied to clipboard
WebStorm and PhpStorm support for NuxtJS components
Close #14 I've removed the use of template because of https://github.com/nuxt/framework/discussions/7348 The `components.gen.js` is generated using the Vue 2 syntax. It works on WebStorm even when using Vue 3. As...
It doesn't generate .component.gen.js file on nuxt 3 rc4
CMD click
CMD click or alt click for windows redirects me to the .component.gen.js file instead of the original file. Can I force it to directly open the original file??
Webstorm [latest] doesn't show props and events hints for any auto imported component, although everything works as expected. Has anyone faces similiar issue? With pressed control there is hint saying...
There is a problem (in the case of components) that you have to write the Dialog in the file and not DialogIndex because when we want to load the Index...
Please add support for tag.as nuxt content is now widely used in many projects. 
Thanks for the module. Could you make the output directory configurable? I have a custom build directory set in nuxt.config.js: ``` buildDir: '.nuxt/mydir' ``` Because the patch is relative hardcoded,...