aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__dont_render_function_parens_if_already_call.snap
Commit message (Expand)AuthorAgeFilesLines
* Sort completions in testsFlorian Diebold2019-01-271-7/+7
* 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-5/+7
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-0/+30