vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Java Language Support for Visual Studio Code

Results 436 vscode-java issues
Sort by recently updated
recently updated
newest added

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...

content-assist
performance

[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`. ![Screen Recording 2022-08-05 at 8 14 19 PM](https://user-images.githubusercontent.com/26389510/183226875-ac6d1e6f-43c9-459b-8f55-821e9f8f29ac.gif) Signed-off-by: Alexander Chen

enhancement
upstream

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:...

extension-start

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...

ls-error/crash

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...

need info

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. ![2022-08-10_10-02-56](https://user-images.githubusercontent.com/54129/183848388-42d2b751-62f9-46c1-82c0-6ac6452ce475.png) 1) does turning this setting on enable or disable download of sources? 2) what does "Eclipse:" refer to...

question
upstream