rust-analyzer
rust-analyzer copied to clipboard
Feature Request: Custom auto-import order
My favour is the following order, sorted by priority.
- Sub module
- Super module
- Current crate
- Workspace crates
std/alloc/coreitems- External crates
However, the current auto-import feature enforces a built-in order which I cannot adjust. https://rust-analyzer.github.io/manual.html#auto-import
It would be better if I don't have to reorder imports manually.