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

Added configurations for setting up the unit tests framework. It aims to improve the testing of the codebase. Code coverage, mocking and assertions libraries added.

OCA Verified
do not merge

Merge can be performed after 23.0.0 release.

OCA Verified
do not merge

### Error The enable-preview tag that has been added using extension quick fix is getting duplicated on subsequent operations such as run main, create tests etc ### Steps to Reproduce...

bug

If-else statement folding on if should either stop at else or at the end of else. The following screenshots demonstrate the issue, ![Screenshot 2024-08-28 at 10 44 29 AM](https://github.com/user-attachments/assets/8ae715dd-93ab-4617-8798-d57e468151b0) After...

bug

### Error in Java 8 project: LSP server using 'jdkHome' parameter instead of the correct 'jdk.project.jdkhome', causing incorrect linter errors settings.json ``` { "jdk.project.jdkhome": "/home/codespace/java/8.0.452-tem/", "jdk.jdkhome": "/home/codespace/java/21.0.6-oracle" } ``` ![Image](https://github.com/user-attachments/assets/f590df9d-397b-40ff-8511-cbdcf0d4cf83)...

Often times, a standalone java program will be placed in the src/test folder to avoid having it included in a minimal production jar. The problem is that if you try...

bug

The formatter seems to have trouble handling code with syntax errors, for example: ```java if ("foo".contains("bar"))) { System.out.println("bar"); } ``` will be formatted to ```java if ("foo".contains("bar")) { }) {...

bug
patch-ready-YTD

The extension description includes the following section: > ## Hints Preferences > Easily update default hint preferences by adjusting a simple configuration option to tailor hint preferences to specific needs....

Settings/Config

Hi, I have a project that uses lombok and I was getting this error in setters/getters and in general stuff from Lombok: ``` cannot find symbol ``` after an exahusting...

discussion

I use nix to manage dev environments, so there's no simple and predictable java home paths. The paths are subject to change each time I update the packages. Therefore, I...

enhancement
Settings/Config