-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In a Java project repository (or some complex project with deep directory structure), I see a tree like this:

It'd be nice if this extension detects such cases and compress the tree like this:
+- moduleA/src/main/java/com/....
+- FooBar.java
+- moduleB/src
+- main/java/...
+- AliceBob.java
+- test/java/...
+- CharlieDelta.java
.. so that the left side of the pane is not wasted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request