nuxt-storm icon indicating copy to clipboard operation
nuxt-storm copied to clipboard

WebStorm and PhpStorm support for NuxtJS components

Results 7 nuxt-storm issues
Sort by recently updated
recently updated
newest added

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 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. ![image](https://user-images.githubusercontent.com/8280770/132092663-163bf837-728d-4f39-8613-ac93b7b735db.png)

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,...