java-language-server
java-language-server copied to clipboard
Java language server using the Java compiler API
New to vimming. Have installed Mason, usually it installs LSPs without a hitch. Get the following error when it tries to install the Java LSP: ``` Failed (1) ◍ java-language-server...
Type: Performance Issue Does VS Code automatically generate the package id if it is declared in the source code. For example, if there is a package called "package.com.src", do I...
Type: Bug java server error Extension version: 0.2.46 VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:48:05.904Z) OS version: Windows_NT x64 10.0.19045 Modes: System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i3-6006U CPU @...
Please tag the commits accordingly. From the commit messages, I see that the commits are meant as new versions but are not tagged. Without tags, those versions are not easily...
Hello, I like your project very much. Recently I switched to vscode to develop my JDK 22 -based program. I found that this project use the Java Compiler API ,...
Hi I've just started using this project. I followed the instructions and configured Kate with this LSP. I tried opening a folder containing a valid Maven project, but the LSP...
this extension is not installing on my vs. code
Follow up to my investigations on #270 , I discovered Java 18 is required. The java version is set here if you want to change it further : https://github.com/georgewfraser/java-language-server/blob/master/pom.xml#L119-L120
OS: Windows10 Version: 0.2.46 I just installed this extension in VS Code and then I ran into this error. Did I miss out on something? Are there any prerequisites before...
I tried to install this language server using Mason with JDK 19. When I did this the link_linux.sh script failed with "module java.sql not found". I upgraded to JDK 20...