javavscode
javavscode copied to clipboard
Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
When debugging a line with lambda, in vscode terms you can use inline breakpoints just to suspend at a specific lambda. Today this extension only supports line breakpoints and inline...
Hi, **Problem :** I have a Java maven project with for example an apache `commons-io` dependency. When I put a breakpoint on one of the line in the library source...
You cannot configure the user's setting.xml file for maven, you have to install the maven plugin for this.
The OpenJDK class library has no Maven or Gradle build files. It is also a tricky project because its classes can interfere with the same classes in the JDK used...
Backporting the NetBeans 24 patch [#7610](https://github.com/apache/netbeans/pull/7610) and adding it to the patches list in build.xml. - This brings the fix for getting config options for a single source file to...
When hovering over a method the hover information / tool-tip correctly shows the method signature. However for a constructor it incorrectly (in my opinion) shows class information and not the...
Back-porting the PR [#7654](https://github.com/apache/netbeans/pull/7654)
backporting commits from nb pr -https://github.com/apache/netbeans/pull/7641
Type: Feature Request java extensions are enable but not working while craeting java file the extension are not dubging the code and show error every time i try to disable...