mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
![bors[bot]](/assets/img/avatar_default.png)
7992: improved completion sorting for functions and methods r=JoshMcguigan a=JoshMcguigan This PR improves completion sorting for functions and methods. Related to #7935. ### Before The methods are being sorted by `coc` by closeness in file.  ### After Notice `bbb()` on top (type + name match), followed by `ddd()` (type match).  Co-authored-by: Josh Mcguigan <joshmcg88@gmail.com>