aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_function3.snap
Commit message (Expand)AuthorAgeFilesLines
* Use inline snapshots in complete_keywordSimon Bihel2019-06-041-43/+0
* :arrow_up: rustcAleksey Kladov2019-05-231-8/+8
* more compact edits in instaAleksey Kladov2019-02-181-41/+11
* Don't use additional_text_edits API internallyAleksey Kladov2019-02-181-16/+46
* More compact debug representation for completionAleksey Kladov2019-02-181-63/+18
* Sort completions in testsFlorian Diebold2019-01-271-10/+10
* fix completion bugsgfreezy2019-01-231-7/+7
* Update snapsJeremy A. Kolb2019-01-221-4/+11
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-11/+11
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-36/+26
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-0/+91