microsoft / vscode-java-dependency

Manage Java projects in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency
MIT License
152 stars 74 forks source link

Display nested/hierarchical Java project. #764

Open charleech opened 1 year ago

charleech commented 1 year ago

Expect

The Multi-Module Maven Project to be displayed as hierarchical.

001

What I've tried.

Actual

003

The Maven view in VS Code also be able to display as hierarchical.

006 002

Environment

OS: Windows 11 Home Single Language 22H2 VS Code version 1.78.2 Extension Pack for Java version 0.25.11 Project Manager for Java version 0.22.0

jdneo commented 1 year ago

The current implementation is more like the Package View in Eclipse:

image

The next step should be to support the Project View: image

as described in this issue.

charleech commented 1 year ago

It would be great if this will support for the Multi-root Workspaces and Multiple Projects in same parent directory.