vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
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...
- 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...
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...
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...
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...
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...
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...
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.  But it looks like...