I'm trying to go use the go to implementation feature of the lsp in neovim, but it is not supported by the LSP. Any idea why? It says
method textDocument/implementation is not supported by any of the servers registered for the current buffer.
It seems to be true, that method does not seem supported here, but I would like to know why. I'm trying to use it to go from an interface declaration to its implementation.
Hi,
I'm trying to go use the go to implementation feature of the lsp in neovim, but it is not supported by the LSP. Any idea why? It says
It seems to be true, that method does not seem supported here, but I would like to know why. I'm trying to use it to go from an interface declaration to its implementation.