beeender/Comrade

Exposing jump to definition

Closed this issue · 1 comments

Hi, first I just want to say that this is a really cool project! Are there any plans to allow jumping to definition from this plugin or maybe the intelliJ plugin could expose a language server api to do refactoring, find references, etc.

Thanks!

Yes, GOTO feature is planned. But exposing LSP api is not.

Exposing LSP adds some complexity to both sides of the plugins. This project only aims to build a connection between IntelliJ and Nvim and make it easy to use.
If you are looking for a LSP server for IntelliJ, check this project.