java-language-server
java-language-server copied to clipboard
Java language server using the Java compiler API
As mentioned `fixImports` doesn't always work (https://github.com/georgewfraser/java-language-server/issues/44#issuecomment-489465328). And can't always work. Case in point when classpath and external dependencies are set. However it is messing up an other valid file...
I am using this server installed by [AUR](https://aur.archlinux.org/packages/java-language-server/) via a client named [eglot](https://github.com/joaotavora/eglot) in Emacs. As you can see from the AUR, Java that this server runs on is packed...
Hi there, Server is crashing for me with following output - ``` 16:53:05.246 INFO LSP connect Reading messages from queue... 16:53:05.246 INFO LSP$1MessageReader run Placing incoming messages on queue... 16:53:05.319...
Hi :-) I'm receiving the following error when trying to import `javax.naming.AuthenticationException`: `package javax.naming does not exist(compiler.err.doesnt.exist)` My project works fine when I package it with `maven`, it even runs...
Repro: 1) Have vscode-remote installed 2) use remote-ssh to open a remote directory with the AOSP source code tree 3) Open a random java file (for example art/test/1993-fallback-non-structural/src/art/Test1993.java) 4) wait...
Hi :-) The [LSP Package](https://packagecontrol.io/packages/LSP) brings _Language Server Protocol_ for `sublime 3`. It seems to work very well in my tests. Can we include installation instructions for `sublime` beside the...
The README states ``` Note: This tool is not compatible with vim-lsp as it only supports LSPv2.0. ``` Is this still an issue, and if so, can the wording be...
if i modify any comment it's immediately crash. actually crash if i modify anything! this is in the console: ``` commentService.ts:201 Error: Canceled at Object.t.canceled (errors.ts:149) at u._remoteCall (rpcProtocol.ts:399) at...
Issue Type: Bug extension host terminated unexpectedly vscode Extension version: 0.2.20 VS Code version: Code 1.36.1 (2213894ea0415ee8c85c5eea0d0ff81ecc191529, 2019-07-08T22:59:35.033Z) OS version: Windows_NT x64 10.0.18362 System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-6600U...
We have a repository that contains several subprojects, something like ``` . ├── build.gradle ├── gradlew ├── project1 │ ├── build.gradle │ └── src └── project2 ├── build.gradle └── src...