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

We do have corresponding snippets for keywords like `if`, `for`, `while`, `switch` etc., that I don't need to type parentheses. But they are not on top of the list, that...

content-assist
snippets

- Issue Type: `Bug` - Extension Name: `java` - Extension Version: `1.8.0` - OS Version: `Windows_NT x64 10.0.21996` - VS Code version: `1.69.2` :warning: We have written the needed data...

need info

One piece of functionality that would be nice to have with VS Code Java is the ability to quickly see all inherited methods of a class that is opened. I...

enhancement
upstream
navigation

Recently when I open spring-petclinic in VS Code, I have observed multiple times that the project import (setting up the classpath container) is stuck at 33%. And usually reload the...

Issue Type: Bug Avast Anvivirus detected a threat in an executable file inside the LAnguage Support for Java extension: jcmd.exe infected with win32:induc-w Extension version: 1.8.0 VS Code version: Code...

not-a-bug

Running with Java 17 (now required?) with Gradle-based project fails because Gradle launcher command contains VM option `-XX:MaxPermSize` removed in Java 17. ##### Environment - Operating System: macOS - JDK...

bug
Gradle
ls-error/crash

Getting Cannot call write after a stream was destroyed error while trying to use [email protected] which I built locally ##### Environment - Operating System: macOS Catalina - JDK version: java...

extension-start

Use VS Code to develop eclipse.jdt.ls itself, and switch local branch to a remote PR branch, language server reports OOM exception. ``` !ENTRY org.eclipse.jdt.ls.core 1 0 2022-07-19 13:28:12.066 !MESSAGE >>...

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

bug
upstream

I'm trying to add a breakpoint in a class library. I must first open the target library class file (decompiled), and add a breakpoint later. ![image](https://user-images.githubusercontent.com/100815370/178924629-eb0dd836-69aa-4d1e-b3a2-18cbe950b14a.png) But it looks like...

question