aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots
Commit message (Expand)AuthorAgeFilesLines
* Fix snapJeremy A. Kolb2019-01-231-5/+5
* Add a bunch of new documentation to completionsJeremy A. Kolb2019-01-231-6/+14
* don't insert parens for self methodsAleksey Kladov2019-01-234-12/+38
* fix completion bugsgfreezy2019-01-2324-128/+138
* Add function signature to CompletionItem detailJeremy A. Kolb2019-01-2214-30/+64
* Update snapsJeremy A. Kolb2019-01-2244-176/+385
* 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