aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/assist_context.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove text_edit_builder api from AssistBuilderLukas Wirth2020-11-081-6/+0
|
* Kill RAW_ literalsAleksey Kladov2020-11-061-2/+5
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Use `Definition::find_usages` for finding used items in expand glob importunexge2020-08-201-4/+0
|
* Introduce LabelAleksey Kladov2020-08-181-7/+9
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+291