aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots
Commit message (Expand)AuthorAgeFilesLines
* Fix .not postfix completionFlorian Diebold2019-01-213-6/+6
* postfix completiongfreezy2019-01-213-29/+209
* fix testsgfreezy2019-01-207-18/+18
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-2039-257/+257
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-1939-647/+522
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-1942-0/+2052