aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__inserts_parens_for_function_calls1.snap
Commit message (Expand)AuthorAgeFilesLines
* Sort completions in testsFlorian Diebold2019-01-271-9/+9
* Add function signature to CompletionItem detailJeremy A. Kolb2019-01-221-3/+7
* Update snapsJeremy A. Kolb2019-01-221-4/+8
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-5/+5
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-15/+11
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-0/+40