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

When I import a gradle project , visual studio code is absolutely SILENT if the build fails: the only way I can know that the reason why a project is...

Gradle
diagnostics

##### Environment - Operating System: Arch linux (Remote Development Host) - JDK version: Gradle: `languageVersion.set(JavaLanguageVersion.of(8))` / System: 17 (installed by `sdkman install java`) - Visual Studio Code version: `1.80.2` -...

Gradle

When an Android project has `aidl` source files, the generated code is not included in source paths. ##### Environment - Operating System: Windows 11 - JDK version: openjdk 11.0.12 2021-07-20...

enhancement
Gradle
android

The extension sometimes incorrectly suggests to "upgrade" Gradle, while in fact it would be a downgrade. ![image](https://github.com/redhat-developer/vscode-java/assets/15714253/6ab70a6d-3ed0-4b93-a1c8-372522d2be72) ##### Environment - Operating System: Windows 11 - JDK version: 20 - Visual...

Gradle

This program installs gradle 8.11.1, instead of gradle 8.12.1. gradle/wrapper/gradle-wrapper.properties has "distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip". gradle 8.12.1 is already installed. 8.11.1 is autoinstalled alongside 8.12.1 and then used for resolution, so build.gradle errors:...

Gradle

I tried this as a discussion ( #4115), but no comments, and it's becoming quite a barrier, so I'm entering this issue here. I have a Java project, which is...

Gradle

My project requires jdk 17 to build. I use jenv to manage jdk and I set it to use java 17 locally but it seems the extension always use 21...

Gradle

I'm encountering an issue where TODO comments in Java files are still being reported in the Problems window, even after explicitly disabling them via workspace settings. Steps to Reproduce: 1....

question
diagnostics

lets say you have `java.util.stream.Stream.concat(...)` then please provide quick fix on "Stream" or even anywhere on the class name to turn it into: ``` import java.util.stream.Stream; ... Stream.concat(...); ``` today...

enhancement
code action

Is there any settings to make braces turn to the next line when creating a class? ##### Environment - Operating System: Microsoft Windows [Version 10.0.19041.572] - JDK version: openjdk 11.0.8...

enhancement
formatter