fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
459 stars 10 forks source link

feat: Auto-expand single-element folders #2270

Open Winand opened 1 month ago

Winand commented 1 month ago

Is it possible to collapse folders with one element in File Tree like VS Code does? Or at least automatically expand the tree up to appName folder when I open scala folder. Often I need to open the Blame window for a specific file and it takes too much time to expand every single folder in the tree. image

DanPristupov commented 1 month ago

Is it possible to collapse folders with one element in File Tree like VS Code does?

No. That would make opening a history (or any other context menu operation) for a folder in the middle (like cc) difficult.

Or at least automatically expand the tree up to appName folder when I open scala folder.

We'll think about this.

Often I need to open the Blame window for a specific file and it takes too much time to expand every single folder in the tree.

Ctrl+P → Blame → <filename>