neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

vue import go to definition fail #48

Closed timsofteng closed 4 years ago

timsofteng commented 4 years ago

Hello. I recently installed coc and coc-vetur. But I faced a problem with go to definiton feature. It does not work in my project with imports like this: import withForm from "@/mixins/withForm";

Can you help me with it? Thanks

chemzqm commented 4 years ago

Should be problem of your language server, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel

Configure jsconfig.json or tsconfig.json might help.