aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_postfix.rs
Commit message (Collapse)AuthorAgeFilesLines
* avoid TextEditorBuilder for simple editsAleksey Kladov2019-10-261-4/+2
|
* #1435 postfix completion for integer literalsSergey Parilin2019-10-141-2/+65
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* :arrow_up: instaAleksey Kladov2019-08-291-3/+3
|
* rename range -> text_rangeAleksey Kladov2019-07-201-1/+1
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-3/+4
|
* Restrict some postfix completions to bool and unknown expr.Marco Groppo2019-07-171-26/+103
| | | | | Restrict `if` and `while` postfix completions to boolean expressions and expressions of an unknown type.
* inline snapshot in complete_postfixfunkill22019-07-071-11/+71
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-11/+4
| | | | | | 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
* Add box postfix completionKan-Ru Chen2019-06-231-0/+2
|
* fix postfix match indentAleksey Kladov2019-04-221-1/+1
|
* move testing functionsAleksey Kladov2019-02-241-2/+1
|
* Don't use additional_text_edits API internallyAleksey Kladov2019-02-181-8/+9
|
* More orthogonal method namingAleksey Kladov2019-02-181-1/+1
|
* use better label for &mut ref completionAleksey Kladov2019-02-141-1/+1
|
* tweak postfix completionsAleksey Kladov2019-02-141-6/+16
| | | | | * better label * add refm for &mut
* add ref postfix templateAleksey Kladov2019-02-141-0/+1
|
* reformat the worldAleksey Kladov2019-02-081-5/+1
|
* fold complete_postfix tests into oneHoàng Đức Hiếu2019-02-031-41/+2
|
* add postfix completion for `dbg!()` with `.dbg`Hoàng Đức Hiếu2019-02-021-0/+14
|
* Fix .not postfix completionFlorian Diebold2019-01-211-3/+3
|
* postfix completiongfreezy2019-01-211-0/+95