Skip to content

feat(explorer): squash empty folders in one line#2907

Open
Dawe257 wants to merge 1 commit into
folke:mainfrom
Dawe257:explorer/compact-folders
Open

feat(explorer): squash empty folders in one line#2907
Dawe257 wants to merge 1 commit into
folke:mainfrom
Dawe257:explorer/compact-folders

Conversation

@Dawe257

@Dawe257 Dawe257 commented Jul 6, 2026

Copy link
Copy Markdown

Description

Adds a new option compact_folders to the explorer picker. When enabled, a chain of directories where each contains exactly one visible subdirectory is rendered as a single row, joining the names with /.

This is especially useful in Java projects:

src
└── main
    └── java
        └── com
            └── example
                └── App.java

After, with compact_folders = true:

src/main/java/com/example
└── App.java

Screenshots

Π‘Π½ΠΈΠΌΠΎΠΊ экрана — 2026-07-07 Π²Β 01 33 14

@github-actions github-actions Bot added picker explorer size/xl Extra large PR (100+ lines changed) labels Jul 6, 2026
@Dawe257 Dawe257 changed the title squash empty folders in one line feat(explorer): squash empty folders in one line Jul 6, 2026
@Dawe257
Dawe257 force-pushed the explorer/compact-folders branch from c521d4a to 0e163b4 Compare July 7, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

explorer picker size/xl Extra large PR (100+ lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant