java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

Java language server using the Java compiler API

Results 121 java-language-server issues
Sort by recently updated
recently updated
newest added

Currently, the language server always infers the location of the JDK, either from JAVA_HOME or by searching in various directories that depend on the operating system. This pull request adds...

Type: Bug If you copy jrt-fs.jar to the dependency library during the project build (without also copying the modules folder), it causes the code comment plugin to fail in reading...

I'm using this inside kate on arch linux, with the recommended lsp config and `JAVA_HOME=/usr/lib/jvm/default/` (which is openjdk 11 in this case). docs work …sometimes …more or less. Not inside...

When using the `java.classPath` setting each JAR file needs to specified separately. It would be helpful if it allowed wildcards because it alleviates manually updating this setting every time a...

Type: Bug my extension didnt run as it was Extension version: 0.2.45 VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:02.548Z) OS version: Windows_NT x64 10.0.19045 Modes: Sandboxed: No System Info |Item|Value|...

Type: Feature Request e21e Extension version: 0.2.45 VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:02.548Z) OS version: Windows_NT x64 10.0.22624 Modes: Sandboxed: No

How do I register the settings.json in the kate project?

seems +- Run `./scripts/download_{linux|mac|windows}.sh` is missing in all readme steps. Wonder if a detection on OS can help here, to avoid all downloads for different OS on scripts/build.sh

Type: Performance Issue i see this erorr Connection to server got closed. Server will restart. The Language Support for Java server crashed 5 times in the last 3 minutes. The...

It could be nice if something like this (from #240, but this issue is for in general) wouldn't cause it to "hang" completely, but be handled more gracefully - perhaps...