aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-241-118/+3
|
* Don't rely on display names in inlay_hintsAleksey Kladov2020-10-201-11/+14
|
* Rename declaration_name -> display_nameAleksey Kladov2020-10-201-1/+1
| | | | | | | | Declaration names sounds like a name of declaration -- something you can use for analysis. It empathically isn't, and is just a label displayed in various UI. It's important not to confuse the two, least we accidentally mix semantics with UI (I believe, there's already a case of this in the FamousDefs at least).
* Extract ImportAssets out of auto_importLukas Wirth2020-10-131-0/+1
|
* Clean up inlay_hintsLukas Wirth2020-10-071-1/+12
|
* Shorten iterator hints for std::iter iterators behind referencesLukas Wirth2020-10-071-1/+1
|
* Shorten iterator chain hintsLukas Wirth2020-10-071-7/+34
|
* Move IntoIterator into FamousDefsLukas Wirth2020-10-071-8/+15
|
* Use FamousDefs for shorten_iterator hintLukas Wirth2020-10-061-12/+49
|
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-0/+21
| | | | closes #6092
* Make MergeBehaviour configurableLukas Wirth2020-09-121-1/+2
|
* Fix import insertion breaking nested modulesLukas Wirth2020-09-031-1/+1
|
* Impl make::blank_lineLukas Wirth2020-09-031-1/+1
|
* Cleanup invert-ifAleksey Kladov2020-08-251-19/+14
| | | | | * stick to trivial factory functions in make * compress the logic for inverting Option/Result
* Invert if should be smart about is_some, is_none, is_ok, is_errdragfire2020-08-241-1/+20
|
* **Remove Unused Parameter** refactoringAleksey Kladov2020-08-191-1/+5
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+313