aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/postfix.rs
Commit message (Expand)AuthorAgeFilesLines
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-28/+20
* Align config's API with usageAleksey Kladov2021-01-061-3/+2
* format-postfix completion takes format instead of fmtLukas Wirth2020-12-291-1/+1
* 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
* add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-211-0/+16
* 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