No intellisense or go to definition in templates for Vue 2.7? #1644
-
I'm trying to do a stepped upgrade to Vue3, and using Volar. I've upgraded to Vue 2.7, and followed the Vue 2 instructions for getting set up with Volar. I'm trying to migrate my However, it seems there is no connection between the script and the template, at least as far as autocomplete, intellisense, or go-to-definition is concerned. There is no go to definition for imported components, or intellisense for components...etc However, there is auto-imports for components...? It does correctly handle Edit: Also doesn't work with Example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Volar works perfect both for my Vue 2.6 and Vue 2.7 projects. Maybe something is wrong in your
And compare your settings with official starter template |
Beta Was this translation helpful? Give feedback.
Volar works perfect both for my Vue 2.6 and Vue 2.7 projects. Maybe something is wrong in your
tsconfig
or other settings.You can init a new project by
And compare your settings with official starter template