javavscode
javavscode copied to clipboard
Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
I see the completions are very slow with noticeable delay around 2s for completions of a mid sized spring boot project with gradle. The issue is on Macbook pro m3...
I have a Maven repository which I open with VSCode together with the Java extension. There is no error in the output terminal, but my project is not discovered. The...
If I try to trigger `refactor.extract.variable` with a keyboard shortcut I get:  But it is listed as refactoring here:  I first thought that this might be because a...
I have the following error trying to run a spring-boot application: `[ERROR]: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:java (default-cli) ` It runs fine on my local terminal with `$mvn spring-boot:run`. After...
My Java system uses microservices. These services can change at runtime. The system runs perfectly, and I can easily debug code even if it changes at runtime with IntelliJ. This...
Backporting Netbeans PR #7908 (still under review) in order for the LSP server launch to work for launch arguments including the project path containing special characters like quotes, spaces, backticks...
 Attached is a screen recording of a relatively basic interaction with the plugin. In it I run in to the following issues: 1. Despite having picocli on the class...
When opening a large Java project in VSCode, this plugin takes an excessively long time to initialise. This appears to be because for each Maven module all dependent modules are...
var l=List.of("a","b "); l.add("rr"); No error hint when coding,but compile error,because List.of return immutableCollection.
Test runner should recognize the Gradle test task which is needed to run the particular JUnit test
### Description I have a multi subprojects Gradle Java project. I'm using custom Gradle test tasks to execute only particular test suites. Currently, I'm not able to run these tests...