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

Java Language Support for Visual Studio Code

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

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

enhancement

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

bug
need info

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

bug
upstream

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

performance

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

bug

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

enhancement
code action

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

upstream
Maven
runtime

When using "import static" syntax to explicitly import static members, it should provide intellisense for static members. ![image](https://user-images.githubusercontent.com/14052197/185863874-19c620f0-88fc-40eb-8d42-80379ad7444a.png)

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

question
codegen

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