Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: Ability to compact nested directories #72

Open
trustin opened this issue Apr 28, 2021 · 1 comment
Open

Task: Ability to compact nested directories #72

trustin opened this issue Apr 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@trustin
Copy link

trustin commented Apr 28, 2021

In a Java project repository (or some complex project with deep directory structure), I see a tree like this:
image
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.

@alexmdodge
Copy link
Owner

@trustin I think this is a great ask. Similar feature to what VSCode provides. Noted in the other ticket, but I think having this configurable along with the other options would certainly be helpful.

@alexmdodge alexmdodge added the enhancement New feature or request label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants