aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap
Commit message (Collapse)AuthorAgeFilesLines
* fix completion bugsgfreezy2019-01-231-5/+5
|
* Update snapsJeremy A. Kolb2019-01-221-4/+9
|
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-7/+7
|
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-17/+14
|
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-0/+52