vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Manage Java projects in Visual Studio Code.

Results 133 vscode-java-dependency issues
Sort by recently updated
recently updated
newest added

When users open Java project folder in VS Code, and JLS fails to import these Java projects due to some errors, Java Projects View just shows "No Java projects found..."...

enhancement

Per survey user feedback, it seems the way to add external JARs is sometimes not obvious or straightforward to the users, especially users who come from IDE background, so creating...

enhancement
UX

Hello, I'm in the same situation as https://github.com/microsoft/vscode-java-dependency/issues/493 and would like to understand how things are supposed to be configured. I'm having a folder structure like ``` my-project/ (workspace) L...

bug

When clicking the refresh button on "Referenced Libraries", the output console gives this error. ``` [Error - 11:05:36 p.m.] Dec. 9, 2021, 11:05:36 p.m. An internal error occurred during: "Update...

bug

We can add a referenced library (jar) using the Project Manager or by manually editing .vscode\settings. Please add the ability to attach the library's javadocs as well. In my use...

enhancement

Per survey feedback, we can considering adding the following when creating project - public static void main - junit deps - swing / fx packages for students

enhancement

This extension provides a nice experience to create traditional Java project like Eclipse. However, it always makes `app` as package and class name directly. Although I can rename them later,...

enhancement

If an app depends on a jar with a classifier then the sources cannot be found and you get the (rubbish) disassembler results. E.g. ``` com.example mylibrary 1.0.0-SNAPSHOT func ```...

bug
upstream

Hello :wave: I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as _Workspace Trust_. This feature is intended to centralize and unify...

enhancement