58b6d46d5a
Order auto-imports by relevance Fixes #10337. Basically we sort the imports according to how "far away" the imported item is from where we want to import it to. This change makes it so that imports from the current crate are sorted before any third-party crates. Additionally, we make an exception for builtin crates (`std`, `core`, etc.) so that they are sorted before any third-party crates. There are probably other heuristics that should be added to improve the experience (such as preferring imports that are common elsewhere in the same crate, and ranking crates depending on the dependency graph). However, I think this is a first good step. PS. This is my first time contributing here, so please be gentle if I have missed something obvious :-) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |