vscode-java-dependency
vscode-java-dependency copied to clipboard
Manage Java projects in Visual Studio Code.
Related issue #174 After adding user library(CHECKSTYLE) in Eclipse:  The dependency viewer can show the container node, but not the jar files within it: 
they are currently all mixed in the same "Maven Dependencies" node tree
Eclipse has a very good structure for Java Projects . It shows pom.xml file of project and the other outer project folders .  Here i can't find those and...
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...
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...
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.
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...
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...