aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_snippet.rs
Commit message (Expand)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* :arrow_up: instaAleksey Kladov2019-08-291-5/+5
* Remove vertical ellipses from tests in complete_snippet.rs and presentation.rsPhil Ellison2019-07-281-23/+21
* cargo formatPhil Ellison2019-07-281-15/+15
* Inline snapshots for all tests in complete_snippet, remove now-unused check_c...Phil Ellison2019-07-281-18/+57
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+5
* move testing functionsAleksey Kladov2019-02-241-2/+1
* More orthogonal method namingAleksey Kladov2019-02-181-1/+1
* fix completion bugsgfreezy2019-01-231-0/+13
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-1/+1
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-2/+2
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-24/+13
* fix usages after renameAleksey Kladov2019-01-081-0/+73