vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
Add support to switch workingset such as "Main Source", "Test Source" for search operations such as - Call Hierarchy - Type Hierarchy - Reference Search - Implementation Search etc. A...
Building Java project shows error: "Build failed, do you want to continue?" when the build is actually completed because when I click "Proceed" it will run updated version of my...
##### Environment - JDK version: 17 ##### Steps To Reproduce 1. Create a Record with last argument being `varargs` 2. Attempt to instantiate the record using varargs, from another class....
I am in the process of switching from Eclipse to VSCode for Java Development - so far, I have been able to setup a workspace folder with all my Java...
``` Illegal character in path at index xx: /Users/t/OneDrive - company/code/java_global.prefs java.net.URISyntaxException: Illegal character in path at index xx: /Users/t/OneDrive - company/code/java_global.prefs at java.base/java.net.URI$Parser.fail(Unknown Source) at java.base/java.net.URI$Parser.checkChars(Unknown Source) at java.base/java.net.URI$Parser.parseHierarchical(Unknown...
It would be helpful to add an option to generate a toString with getters instead of attribute names because it would allow the toString to work automatically in subclasses where...
[provide a description of the issue] ##### Environment - Operating System: MacOS Big Sur - JDK version: openjdk8, openjdk11, openjdk17, temurin8, temurin 11, temurin 17 - Visual Studio Code version:...
When using "import static" syntax to explicitly import static members, it should provide intellisense for static members. 
I'm using Google's AutoValue and Protocol Buffer, both which generate source code under build/generated/source/.... However, each time I start vscode, this java plugin would automatically create a new .classpath file...
[provide a description of the issue] The Language Support for Java server crashed 5 times in the last 3 minutes. The server will not be restarted. ##### Environment - Operating...