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

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...

triage
waiting for response

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...

triage
waiting for response

If I try to trigger `refactor.extract.variable` with a keyboard shortcut I get: ![Image](https://github.com/user-attachments/assets/138bba9b-29f4-4c3a-bd3f-e27b62f617f5) But it is listed as refactoring here: ![Image](https://github.com/user-attachments/assets/cf6c3e11-0523-439e-8d36-19b457231d4f) I first thought that this might be because a...

question

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...

question

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...

triage

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...

OCA Verified
do not merge

![Image](https://github.com/user-attachments/assets/72e3e483-ac53-46fd-9a9b-0be694a49993) 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...

triage

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...

triage

var l=List.of("a","b "); l.add("rr"); No error hint when coding,but compile error,because List.of return immutableCollection.

enhancement

### 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...

enhancement
Settings/Config