aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_snippet.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-120/+0
|
* Auto-upgrade some insta snapshotsAleksey Kladov2019-11-151-35/+39
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* :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 ↵Phil Ellison2019-07-281-18/+57
| | | | check_completion
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+5
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* 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