vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
Sometime between version 0.64.1 and now, the build triggering behavior seems to have changed. Whereas changes within a file still produced a reasonably fast auto-complete, it seems like each keystroke...
[provide a description of the issue] ##### Environment - Operating System: Windows 10 - JDK version: JavaSE-1.8 (for the project) and JavaSE-11 for vs code - Visual Studio Code version:...
Added Restart Java Language Server command, `java.language.server.restart`.  Signed-off-by: Alexander Chen
As per the title, the extension never activates; the java language server status never switches to the thumbs-up. The extension runtime status shows 37 copies of the same uncaught error:...
Signed-off-by: Jinbo Wang We have an enterprise partner that is trying to adopt VS Code as their Java development tool. To help their team to on board to VS Code...
[provide a description of the issue] Coding, takes a lot for intellisense to show members....in cases around 4 secods, and also consumes peeks of high cpu and memory ##### Environment...
I wrote a Maven plugin to generate .class files and a .jar from OpenOffice .idl files. When i open the workspace which uses said plugin the project compiles fine and...
Type: Bug Cant go to definition nor implementaison Extension version: 1.7.0 VS Code version: Code 1.70.0 (da76f93349a72022ca4670c1b84860304616aaa2, 2022-08-04T04:38:16.462Z) OS version: Windows_NT x64 10.0.19044 Modes: System Info |Item|Value| |---|---| |CPUs|AMD Ryzen...
when enabling linked editing in vscode I would expect that when editing declarations that references would be renamed. i.e. ``` String test = "a great string"; test.upper(); ``` if editing...
the name and description for "download sources" is a bit confusing.  1) does turning this setting on enable or disable download of sources? 2) what does "Eclipse:" refer to...