To the people using #zed for #rust development: Rust (new) module system uses module_name.rs + module_name/ (directory) for organizing modules and sub-modules, so it would make sense to NOT sort directories first in the project panel, so the file and dir for one module are next to each other and not the dir on top and the file elsewhere bellow. How to you configure it to have the natural sorting for #rust project?
Stack Overflow Survey 2025, Developer tools, Category IDE: #emacs isnt even listed 😪 But #vim is on place 5. Even newcomer #zed seems to be more popular than #emacs.
https://survey.stackoverflow.co/2025/technology#most-popular-technologies-dev-envs-prof
i decided to give #zed editor a shot. but cannot find how to enable the behaviour i'm used to in rustrover:
1) automatically select opened file in project tree
2) display dependency sources in project tree
For those of you using #zed , is there a way to tell the project panel to not sort directories first? Especially for rust development it's not convenient to have:
bar/
foo/
bar.rs
foo.rs
where I would like to have:
bar/
bar.rs
foo/
foo.rs