aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap
Commit message (Expand)AuthorAgeFilesLines
* Inline snapshots for all tests in complete_scope.rsPhil Ellison2019-07-281-31/+0
* show local variable types in completionEkaterina Babshukova2019-07-231-1/+2
* :arrow_up: rustcAleksey Kladov2019-05-231-6/+6
* more compact edits in instaAleksey Kladov2019-02-181-25/+7
* Don't use additional_text_edits API internallyAleksey Kladov2019-02-181-4/+26
* More compact debug representation for completionAleksey Kladov2019-02-181-37/+9
* 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