It would be nice if directory pages and the tree view automatically collapsed directory chains where every directory only contains a single sub-directory.
Is your feature request related to a problem? If so, please describe.
Currently, you need to click on a link and load a new page for every nested subdirectory.
Describe alternatives you've considered.
If you want to open a specific filename, you can use the fuzzy file finder to open it directly.
Additional context
Here's an example of how GitHub automatically collapses several directories into a single link in directory pages
Feature request description
It would be nice if directory pages and the tree view automatically collapsed directory chains where every directory only contains a single sub-directory.
Is your feature request related to a problem? If so, please describe.
Currently, you need to click on a link and load a new page for every nested subdirectory.
Describe alternatives you've considered.
If you want to open a specific filename, you can use the fuzzy file finder to open it directly.
Additional context
Here's an example of how GitHub automatically collapses several directories into a single link in directory pages
https://github.com/google/google-java-format/tree/master/core/src/main
Here's an example of how the Octotree browser extension collapses several directories in the file tree view
The VS Code file explorer does something similar