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

Related issue #174 After adding user library(CHECKSTYLE) in Eclipse: ![image](https://user-images.githubusercontent.com/20227484/66970741-0c772500-f0c1-11e9-8ec7-f55cc9d7f842.png) The dependency viewer can show the container node, but not the jar files within it: ![image](https://user-images.githubusercontent.com/20227484/66970866-7f809b80-f0c1-11e9-8498-5c2d0ba8ae86.png)

bug

they are currently all mixed in the same "Maven Dependencies" node tree

question

Eclipse has a very good structure for Java Projects . It shows pom.xml file of project and the other outer project folders . ![eclipse_2019-02-28_16-35-08](https://user-images.githubusercontent.com/20374208/53573747-d52a2700-3b76-11e9-80ac-801b6d887af9.png) Here i can't find those and...

backlog

After using the **Project Manager for Java** extension, after opening a Java project, the vscode interface shows a **JAVA PROJECTS** panel, but how can I custom order the elements? It...

enhancement

to my knowledge its impossible to search for references to a class or similar inside a jar for example if im using `com.example.Class.SOMETHING` in my program, and i want to...

enhancement

Right now isn't possible to copy files in projects view, like java classes, text files,etc. That feature will have an huge impact on the usability of projects view.

enhancement

hello, I'm using the `code-server` package to give students a cloud-based VS-Code editor in a university setting and we're nearly there to a perfect solution. The last remaining hiccup is...

enhancement

When I add `vscjava.vscode-java-dependency` to `devcontainer.json`'s `customizations.vscode.extensions`, and after "Dev Containers: Rebuild Container" is executed, the `vscode-java-dependency` doesn't appear to be installed. I was expecting the Java Project tab to...