Should I not have basic vue intellisense in vue files? I have it vue cli projects but not in quasar cli.
-
in the exports default section stuff like created, computed, mounted etc…I have none of this.
-
For a workaround until we release 1.0 - please check this out:
https://forum.quasar-framework.org/topic/2322/how-to-import-quasar-components-to-use-vue-code-completion-in-intellij-idea-webstorm/7 -
@nothingismagick said in Should I not have basic vue intellisense in vue files? I have it vue cli projects but not in quasar cli.:
For a workaround until we release 1.0 - please check this out:
https://forum.quasar-framework.org/topic/2322/how-to-import-quasar-components-to-use-vue-code-completion-in-intellij-idea-webstorm/7Thx for the reply but this is not my issue. My issue is with basic vue intellisense. For example in this screenshot if I was to put a comma after the data() function I should get all the vue component members (created, bound, etc…) not talking about quasar components here. I get these if I start a project with vue cli but not if I start one with Quasar.
-
Well for those interested I got it working. I had to add “vue” in the dependencies section in package.json then Vetur gave me vue intellisense in .vue files.