beeender / Comrade

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.
GNU General Public License v3.0
288 stars 23 forks source link

Exposing jump to definition #2

Closed PatOConnor43 closed 4 years ago

PatOConnor43 commented 5 years ago

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!

beeender commented 5 years ago

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.