java-language-server
java-language-server copied to clipboard
Java language server using the Java compiler API
Is there a reason why up until v2.32 each 0.01 was accompanied by a release and since then there are no new releases? The current version is v2.38... Actually, this...
 Code: ```java public class App { public static void main(String[] args) { System.out.println("Hello, World!"); } pub //
I mean not VSCode addon, but the server jar + maybe some packages configuring Qt Creator and Kate and KDevelop into using it.
Hi there, First off, thanks for all your hard work on this :) I don't get documentation when I use this language server (actually, eclipse jdt ls doesn't do it...
Hi there! I'm reaching out to you because we currently have your extension manually added to our extension gallery at Coder for [code-server](https://github.com/cdr/code-server/), and we're currently working on a migration...
Hello, I use the sublime 3 + java-language-server, the server is closed immediately when open a file.java with sublime. **the config of sublime:** { "clients": { "jls": { "enabled": true,...
**I just installed this extension in my vscode and tried to run the following java code:** ` class Simple { public static void main(String[] args) { for (int i =...
Hello, Found pretty annoying bug :) ## Description Following code sample causes language server crash: ```java package com.sample; public class Sample { public static void main(String [] args) { for...
Issue Type: Feature Request I am unable to run the program and getting to warning from java language server that it couldn't start the client Extension version: 0.2.37 VS Code...
Hello after tree-sitter fix, there's new issue. mainThreadExtensionService.ts:66 Error: spawn UNKNOWN at ChildProcess.spawn (internal/child_process.js:394:11) at Object.spawn (child_process.js:553:9) at c:\Users\Brian\.vscode-insiders\extensions\georgewfraser.vscode-javac-0.2.32\node_modules\vscode-languageclient\lib\main.js:357:40