+34

provide a way to flatten sidebar tree structure so it only includes directories with files, like intellij

Brett Dargan 13 jaar geleden 0

some projects have an annoying amount of directories, without files, just more directories to navigate down till you get to files.

intellij and some other editors. 


provide a way to flatten the directory tree. so instead we have a list of shortened dir names for those dirs that contain src files.


in java projects: instead of a collapsed directory tree that needs expanding and takes up lots of space in the sidebar with uninteresting dirs like: src/main/java/com/blah/blah...
allow a view with a list like structure:
src..domain
src..web