Open vhalegax opened 3 years ago
Any news on that ? i got the same problem
Any news on that ? i got the same problem
You can use "Go To Define" with auto import component in nuxt 3
I was also having difficulties using "go to definition" but here's thing that you can do to solve it: This can help with navigating to auto-imported components
Make sure Volar extension is active
disable @builtin typescript in extensions tab
install this extension on vs code.
Please check if this helped or not as I read this somewhere on the internet and people said that it worked. Although, it didn't worked for me and now I am trying to disable auto imports for components folder.
Guys, I am using Nuxt Auto import components with Nuxt 2.15.8, I have components inside nested directory, like this
Components/ App/ Table.vue
I am calling in a template like this "AppTable />", but somehow when i click Ctrl + Mouse Hoover in "AppTable />", I can't use Go To define feature on visual studio code. Does anyone know how to fix this? please help and thanks anyway ^_^