javavscode icon indicating copy to clipboard operation
javavscode copied to clipboard

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)

Results 105 javavscode issues
Sort by recently updated
recently updated
newest added

The extension is unusable due to exceptions caused by > java.lang.ClassNotFoundException: com.sun.source.tree.StringTemplateTree with `jdk.advanced.disable.nbjavac` set to `true` and `jdk.jdkhome` pointing to a JDK 24 build. Probably because NetBeans hasn't removed...

bug

Currently Quick fix code actions for suppress warnings is not provided in the VS Code editor

enhancement
Apache-Netbeans
patch-ready-YTD

The formatter messes up Javadoc like `{@return foo}`. For example formatting this: ```java /** * {@return foo} */ String bar() { return null; } ``` Actual: ```java /** * {...

bug
In-Progress
Apache-Netbeans

Red Hat's extension has [`java.configuration.runtimes`](https://github.com/redhat-developer/vscode-java/wiki/JDK-Requirements#project-jdks) for this: it figures out which Java version to use from the POM, and then uses the JDK that is configured for that version.

enhancement

Attempting to execute the command says: ![image](https://github.com/user-attachments/assets/f06dd257-a47e-4cf1-a00e-2a5793b3c30e) which seems logical. Red Hat's extension has a similar command and restarts VS Code, most likely to avoid issues like this.

bug

NetBeans bundles a copy of Maven which is used out of the box, but you can also select https://github.com/apache/maven-mvnd as a drop-in replacement as of https://github.com/apache/netbeans/pull/3210. I have not found...

enhancement
Apache-Netbeans

If you have two tests named with the same prefix, the test runner shows them as nested. For example, `ensureAllElementsAreRead` and `ensureAllElementsAreReadUsingThread` it shows the latter nested under the first....

bug

I have a class called SecurityManager. The issue currently appears to be limited to this specific class-name. Class X, for example, does not trigger the same behaviour. ```java package package1;...

bug
Apache-Netbeans

The test runner is showing the 'abstract' class, rather than the concrete test class. You can review the project at github.com/robaho/closablequeue There is no way to run the concrete tests,...

bug

Even pressing the refresh circle icon does nothing. For example, in the attached screenshot, there is no `LibraryTest` code at all in the project.

bug