aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion/complete_postfix.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use ast::String for extracting string literal contentsIgor Aleksanov2020-10-021-2/+6
|
* Improve format-like completions code appearanceIgor Aleksanov2020-10-021-2/+3
|
* Improve checks for postfix suggestionsIgor Aleksanov2020-10-021-3/+1
|
* Add postfix completion for format-like string literalsIgor Aleksanov2020-10-021-0/+56
|
* Merge #6055bors[bot]2020-09-251-0/+5
|\ | | | | | | | | | | | | | | | | | | 6055: Add ok postfix completion r=matklad a=mullr Wrapping values in `Ok(...)` is so pervasive that it seems reasonable for it to have its own postfix completion. Co-authored-by: Russell Mull <[email protected]>
| * Cargo fmtRussell Mull2020-09-221-9/+2
| |
| * Add ok postfix completionRussell Mull2020-09-221-0/+12
| |
* | Add dbgr postfix completionLaurențiu Nicola2020-09-221-0/+12
|/
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+378