java-language-server
java-language-server copied to clipboard
Java language server using the Java compiler API
It doesn't seem to be able to find the Gradle dependencies although I listed them in `.vscode/settings.json`, the same project works on VSCode. Seems strange to me, is it using...
Hello. I use Ant in my project. I put my dependencies jar-libraries to .vscode/settings.json (#54), but lsclient doesn't t see them ("error| package com.badlogic.gdx does not exist [compiler.err.doesnt.exist]" and etc)...
Hi, How can I run the Java language server outside any IDE environment as a standalone server? I would like to request this server from Python. Indeed, how can I...
Hey! First off thanks for the awesome project! I'm looking at using a development JDK with this extension. However, I'm running into an error trying to configure it. While digging...
I am getting following error during starting server at ubuntu: /home/ubuntu/jls/java-language-server/dist/launch_linux.sh: 13: /home/ubuntu/jls/java-language-server/dist/linux/bin/java: Exec format error
Hi, Since Eclipse lsp4j does not support jpms, it won't work well with our project. I came across this project and found a small implementation of the protocol, which is...
Hi! i am trying to setup this plugin for android/gradle project using vim on linux but I can't seem to get it to properly give me completions in a simple...
I am trying out the java language server with monaco editor. I get correct auto-complete options for couple of times and then it stops. I see the following exception logged....
The requirement is to enable code autocompletion in Monaco Editor for Java language. ## Intro According to [this](https://microsoft.github.io/language-server-protocol/implementors/servers/) article, current repo is the right implementation for LSP. As instruction, I...
On my machine, the folder `/usr/java` does not exist, and apparently that crashes the server (logs below). I can see that in the `JavaHomeHelper` class, some folders are tested for...