neoclide / coc-vetur

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

Vue cannot find methods that are async #46

Closed lunchboxsushi closed 4 years ago

lunchboxsushi commented 4 years ago

This plugin works right out of the box the only things that I'm not sure if there's some configuration that I need to do or if it's the limitation of the underlying protocol. But if I have an async method I cannot find the definition using find references or go to definition in a .vue file.

for instance I have the following image

None of the methods that have async will be found. Everything else working as expected simply. The error I get is

[coc.nvim] Definition not found.

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