No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Should I not have basic vue intellisense in vue files? I have it vue cli projects but not in quasar cli.

    Help
    2
    4
    428
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      KorbenDallas last edited by

      in the exports default section stuff like created, computed, mounted etc…I have none of this.

      1 Reply Last reply Reply Quote 0
      • nothingismagick
        nothingismagick last edited by

        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

        K 1 Reply Last reply Reply Quote 0
        • K
          KorbenDallas @nothingismagick last edited by KorbenDallas

          @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/7

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

          alt text

          1 Reply Last reply Reply Quote 0
          • K
            KorbenDallas last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post