Open
Description
My favour is the following order, sorted by priority.
- Sub module
- Super module
- Current crate
- Workspace crates
std
/alloc
/core
items- 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.