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

As the thing happens in https://github.com/redhat-developer/vscode-java/issues/2589. The extension failed to start before the diagnostic related commands registration. So, nothing happens when the user clicks `Clean and Restart`. We need to...

enhancement

Today when updating the project, the UI only provide option for java projects. To update a project hierarchy the user needs to update each individual java project. Adding the support...

enhancement

The fact that the 'auto build' uses Maven's target folder is problematic. It causes independent Maven builds to fail in mysterious ways. Or even worse: the build might succeed, but...

Maven
compile

##### Environment - Operating System: macos 12.0.1 - JDK version: 1.8 - Visual Studio Code version: 1.69.1 - Java extension version: java extension pack v0.24.0 ##### Steps To Reproduce I...

bug

##### Environment - Operating System: macos 12.0.1 - JDK version: 11 - Visual Studio Code version: 1.67.2 - Java extension version: java extension pack v0.23.0 ##### Steps To Reproduce I...

Maven
caused-by-extension

Add Javadoc for 'Class' ##### Environment - Operating System: Windows 10 - JDK version: 17.0.2 - Visual Studio Code version: 1.69.2 - Java extension version: v1.9.0 ##### Steps To Reproduce...

enhancement
code action

I wanted to use the new switch syntax that's still a preview in 17. I changed my maven pom.xml to have ` maven-compiler-plugin 3.8.0 --enable-preview ` In the Syntax Server...

hi,I'm a rookie in Java. When I try to migrate the historical project from idea to vscode, I send java.configuration Runtimes didn't take effect. The project was always started with...

Currently we can only do formatting or organize import for the current file, is it possible to do these actions for multiple files? e.g., when the user selects a folder...

The extension will store some caches in global storage with each version. Each version will occupy around 15~20MB, which the total size will be quite large when users switched to...

enhancement