aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__completes_break_and_continue_in_loops2.snap
Commit message (Expand)AuthorAgeFilesLines
* Sort completions in testsFlorian Diebold2019-01-271-10/+10
* fix completion bugsgfreezy2019-01-231-7/+7
* Update snapsJeremy A. Kolb2019-01-221-4/+11
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-11/+11
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-36/+26
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-0/+91