vscode CTRL+Click go to component file instead of component.d.ts ? #16270
-
|
How to configure vscode to resolve component path ? Actually when click on CTRL + Click on a component inside a template the .nuxt/components.d.ts file is open instead of component file |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
|
Could you manage to solve it? I'm having the same issue with my vscode 😄 |
Beta Was this translation helpful? Give feedback.
-
Update: This is built-in in the latest Vue.js VS Code extensionOldYou can use https://github.com/antfu/vscode-goto-alias to get automatically redirected |
Beta Was this translation helpful? Give feedback.
-
|
I can't make it with nuxt 4. And there in no takeover mode anymore. What is the latest suggested approach? thanks in advance |
Beta Was this translation helpful? Give feedback.
-
|
Please reopen this @TheAlexLichter |
Beta Was this translation helpful? Give feedback.


Update: This is built-in in the latest Vue.js VS Code extension
Old
You can use https://github.com/antfu/vscode-goto-alias to get automatically redirected☺️