gfanto/fzf-lsp.nvim

gopls: call_hierarchy support

rfwatson opened this issue · 3 comments

Hello,
When using fzf-lsp with gopls, both IncomingCalls and OutgoingCalls return an error:

LSP: no client attached

From stepping through the source, it seems that these lines result in supported_client remaining false.

This is despite both of these calls working fine when called directly from nvim-lsp, and gopls (to the best of my understanding) supporting the call_hierarchy feature.

Is there a reason this shouldn't work?

Hi, that was my mistake over the last update, i already fixed it, should work now.

Just do :PlugUpdate to update the plugin

I just saw now that the sync handlers, for call hierarchy functions (: IncomingCalls,: OutgoingCalls) after a neovim update don't work now, I'll fix it asap.
Asynchronous handlers are working fine.