vscode-java-dependency
vscode-java-dependency copied to clipboard
Display nested/hierarchical Java project.
Expect
The Multi-Module Maven Project to be displayed as hierarchical.
What I've tried.
- Settings > Java Project Manager > Java > Dependency: Package Prestation > hierarchical
-
In User
-
In Workspace
-
Nothings change in the Java Project View
-
Actual
The Maven view in VS Code also be able to display as hierarchical.
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
The current implementation is more like the Package View in Eclipse:
The next step should be to support the Project View:
as described in this issue.
It would be great if this will support for the Multi-root Workspaces and Multiple Projects in same parent directory.