aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_keyword.rs
Commit message (Expand)AuthorAgeFilesLines
* Use inline snapshots in complete_keywordSimon Bihel2019-06-041-99/+580
* switch to new rowanAleksey Kladov2019-04-011-4/+4
* move testing functionsAleksey Kladov2019-02-241-2/+1
* More orthogonal method namingAleksey Kladov2019-02-181-1/+1
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-7/+7
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-6/+7
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-118/+46
* fix usages after renameAleksey Kladov2019-01-081-0/+339