pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
574 stars 44 forks source link

Why is Go to implementation not implemented? #303

Closed antoniogamiz closed 4 months ago

antoniogamiz commented 4 months ago

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

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.

pappasam commented 4 months ago

Relates to this discussion, please continue the conversation there: https://github.com/pappasam/jedi-language-server/issues/284