aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/assist_context.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix panic when extracting structAleksey Kladov2020-11-091-3/+4
|
* Merge #6465bors[bot]2020-11-091-9/+16
|\ | | | | | | | | | | | | | | 6465: Support multiple file edits in AssistBuilder r=matklad a=Veykril Fixes #6459 Co-authored-by: Lukas Wirth <[email protected]>
| * Support multiple file edits in AssistBuilderLukas Wirth2020-11-041-9/+16
| |
* | 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