javavscode
javavscode copied to clipboard
Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Say I have `foo(String bar, String baz)`, where the cursor is between `z` and `)`. Then pressing F2 will propose to rename `)`. There's 2 related issues here: * renaming...
I have a Java project (release version set to Java 21) using Maven as its build tool. I use the most recent versions of Maven, VS Code and the Oracle...
It would be interesting to have the possibility to create projects without Maven and Gradle, as these can be a barrier for a beginner developer.
When renaming a record component: * the component name itself * occurrences in the compact constructor are not renamed.
Hey, I would like to disable the auto completion of method arguments. When pressing enter here  I don't want the arguments to be guessed or filled in at all...
#65 still occurs and is very annoying because it doesn't mess up the whole file contents. So it might not mess up the part of the code I'm working on...
As a starting step added performance tests to measure how much time it takes to open OpenJDK project.
I am using the yum-installed Redhat OpenJDK-21 in WSL. Also installed OpenJDK-21 docs using yum. Is there a way to configure the extension to find this documentation and use it...
Good afternoon. As a user, I want to be able to search for all references of a method or object across the project. Currently, I can achieve the desired behavior...
Automated tests for testing frontend localisation.