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

Display nested/hierarchical Java project.

Open charleech opened this issue 2 years ago • 2 comments

Expect

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

001

What I've tried.

  • Settings > Java Project Manager > Java > Dependency: Package Prestation > hierarchical
    • In User 004

    • In Workspace 005

    • Nothings change in the Java Project View

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

charleech avatar May 14 '23 15:05 charleech

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.

jdneo avatar May 15 '23 00:05 jdneo

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

charleech avatar May 15 '23 03:05 charleech