aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_self.snap
Commit message (Expand)AuthorAgeFilesLines
* Add docs to struct fieldsJeremy A. Kolb2019-01-251-4/+8
* don't insert parens for self methodsAleksey Kladov2019-01-231-4/+4
* Add function signature to CompletionItem detailJeremy A. Kolb2019-01-221-2/+4
* Update snapsJeremy A. Kolb2019-01-221-4/+8
* fix testsgfreezy2019-01-201-3/+3
* 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-10/+9
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-0/+37