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

This is a feature request. I don't know if this requires upstream support from Visual Studio Code itself. Currently, when viewing the Outline in Visual Studio Code, there are no...

enhancement
upstream
navigation

I have a format xml specified in Java > Format > Settings: Url. When I run the command "Open Java Formatter Settings" my file is opened. No settings in the...

We have written the needed data into your clipboard because it was too large to send. Please paste. Issue Type: Bug "The compiler compliance specified is 1.6 but a JRE...

question

Currently, you can't open .class files in vscode. To be clear I don't mean the "Go To Definition" action I mean plain .class files. If you try and open one...

enhancement

Java language server fails when opening a project with the following error/stacktrace: [Error - 5:16:03 PM] Sep 1, 2022, 5:16:03 PM Initialization failed Cannot invoke "org.eclipse.jdt.internal.compiler.util.JrtFileSystem.walkModuleImage(org.eclipse.jdt.internal.compiler.util.JRTUtil$JrtFileVisitor, int)" because the return...

bug
upstream
regression

Hi, I'm trying to use lombok in vsc, in my gradle java project, but the vsc java compiler (or the java language server) doesn't see the lombok generated code. When...

[provide a description of the issue] Open a java project in visual studio code causes a deadlock where the java project import gets stuck. ##### Environment - Operating System: MAC...

>Create new file [#](https://code.visualstudio.com/docs/java/java-editing#_create-new-file) VS Code supports applying templates when you create a Java source file. When you create a `.java` file in the File Explorer, the language server will...

snippets
ux

It'd be cool if the VS Code Java extensions could recognize that a method is annotated with javax.annotation.Nullable and then warn if it notices potential null-exception usages. I have no...

enhancement
annotation-processing

##### Environment - Operating System: WIN10 - JDK version: 11 - Visual Studio Code version: 1.55.2 - Java extension version: 0.77.0 There is no option to refactor method signature as...