aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/postfix.rs
Commit message (Collapse)AuthorAgeFilesLines
* Keep the original completion order in testsKirill Bulatov2020-12-191-31/+31
|
* Trigger .let postfix snippet in the middle of the blockAleksey Kladov2020-12-011-4/+31
|
* 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