aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap
Commit message (Expand)AuthorAgeFilesLines
* Sort completions in testsFlorian Diebold2019-01-271-4/+4
* fix completion bugsgfreezy2019-01-231-5/+5
* Add function signature to CompletionItem detailJeremy A. Kolb2019-01-221-2/+4
* 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-12/+12
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-0/+47