Support different sorting for project pane
Check for existing issues
- [X] Completed
Describe the feature
Currently, the project pane sorts everything alphabetically however I am coming from Jetbrains land where they have directories first then files and then things are sorted alphabetically. Having this as a settings option would be ideal.
If applicable, add mockups / screenshots to help present your vision of the feature
https://github.com/zed-industries/zed/blob/991c9ec441711a4c0b10ce595f3025f430123800/crates/project_panel/src/project_panel.rs#L1171-L1195
Here's the sorting part, one can add another setting toggle and do it differently.
started working on this one here. Will comment here and submit PR once complete
I think this is a duplicate of:
- https://github.com/zed-industries/zed/issues/4533
So Im going to close this one out. @crbellis, can you reference the older issue in your PR, if you get to that point?