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

Type: Performance Issue Everytime I reference the `java.util.regex.Pattern` class in VSCode, it takes a solid 2 something seconds for the intellisense to catch up. So for example, if I do:...

content-assist
performance

Hi. Most of the repositories that I work on need a specific profile and some other parameters. I would need some specific mvn parameters only for vscode-java. I don't want...

##### Environment - Operating System: win 10 - JDK version: 17.0.3 - Visual Studio Code version: 1.80.0 - Java extension version: 1.20.0 ##### Steps To Reproduce 1. Set `java.import.gradle.java.home` as...

Gradle
ux

Given the following code: ```java import java.util.*; public class Hello { public static void main(String[] args) { List list = new ArrayList(); list = new ArrayList(); } } ``` When...

bug
upstream
content-assist

I am a teacher and I want to use Compact Source files in my courses. But since the students will have many programs to write, I want to place them...

**VS Code Version:** ``` - Version: 1.101.2 (user setup) - Commit: 2901c5ac6db8a986a5666c3af51ff804d05af0d4 - Date: 2025-06-24T20:27:15.391Z - Electron: 35.5.1 - ElectronBuildId: 11727614 - Chromium: 134.0.6998.205 - Node.js: 22.15.1 - V8: 13.4.114.21-electron.0...

This appears to be related to eclipse-jdt/eclipse.jdt.core#3298. I'm not sure when this changed but as of the update released yesterday I am now getting the following error in my logs...

bug
Gradle

When hovering over "Pattern", jdt.ls returns a 122324-character hover, but the returned javadoc is truncated at 10000 characters by VS Code. [pattern_hover_response.txt](https://github.com/user-attachments/files/23208677/pattern.txt). In the past ([2020](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/1481#issuecomment-643826234)), VS Code could render...

bug
upstream
regression
hover

I was using the extension for VSCode, and while it provides some helpful hints, I noticed that it lacks several features available in IntelliJ IDEA and other IDEs. One such...

upstream
code action

Type: Bug When loading a Spring Boot project, it gets stuck at "Initialize Workspace -21%", with no progress for several hours Extension version: 1.44.2025072308 VS Code version: Code 1.102.2 (c306e94f98122556ca081f527b466015e1bc37b0,...