aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/postfix.rs
Commit message (Collapse)AuthorAgeFilesLines
* add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-281-11/+54
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-211-0/+16
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Add some postfix snippetPavan Kumar Sunkara2020-11-081-0/+12
|
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-2/+2
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+452