Lightweight mode like inVSCode #492
Unanswered
SteveWolligandt
asked this question in
Q&A
Replies: 1 comment
-
Are you referring to https://github.com/eclipse/eclipse.jdt.ls/wiki/Running-the-lightweight-syntax-language-server ? You should be able to use that too, although you won't benefit from the extensions in nvim-jdtls. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I am wondering if there is something like the lightweight mode in VSCode:
https://code.visualstudio.com/docs/java/java-project#_lightweight-mode
The problem is that a project spawns an error when I open a java file with neovim.
However a colleague managed to make it work in VSCode with its lightweight mode for java. With this it ignores all of the gradle stuff and just takes the precompiled .classpath. Code navigation is working fine with this.
Thanks in advance,
Steve
Beta Was this translation helpful? Give feedback.
All reactions