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

The activeDocuments map in FileStore maps Path to content, but in a couple of places the code calls activeDocuments.get() with URIs instead of Paths. The code looks wrong but I...

Hello! Would it be possible to publish builds on GitHub and/or OpenVSX?

Type: Bug I typically encounter this error occassionally. After starting VS Code. There is a boot up message that says "Java Language Server cannot start." Well. I will usually ignore...

I ran into some issues w/ the existing installation scripts on mac so i thought i'd share my fixes and i also took the time to add a unified installation...

I enter the project, the extension reports an error,the error message is Couldn't start client Java Language Server,When I look at the output, it says Stopping server timed out

Copied from https://github.com/redhat-developer/vscode-java/blob/70ebc3eec19f0e827734b9a20f016e92433c834d/language-support/java/java.tmLanguage.json, which is what the VSCode integrated Java textmate grammar uses. This grammar covers many more language features (e.g. multi-line text blocks). Differences I can see (not all...

Resolves #287 With the changes in this PR, the language server works much better in the Bazel repository (provided `bazel build //src:bazel-dev` has been run, otherwise the external dependencies aren't...

Currently the Bazel integration is fragile, requiring a full successful `aquery` pass. This means LSP results are significantly diminished in some common scenarios such as; - No network access with...

This is come from my lsp log: [ERROR][2024-06-14 11:52:45] .../vim/lsp/rpc.lua:734 "rpc" "C:\\Users\\asus\\AppData\\Local\\nvim-data\\mason\\bin\\java-language-server.CMD" "stderr" "Error: Could not find or load main class org.javacs.Main\nCaused by: java.lang.ClassNotFoundException: org.javacs.Main\r\n" with error "Client 1 quit...

Hi when using the server with neovim it changes imports, so that the code is wrong afterwards. Look at the fourth import in the example below. Installed version: 0.2.39 Java...