aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/postfix.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix formattingManmeet Maan2021-01-111-1/+1
|
* Apply Suggestions from code reviewManmeet Maan2021-01-111-9/+6
|
* Postfix like ifl now works with referencesManmeet2021-01-101-2/+29
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-28/+20
|
* Align config's API with usageAleksey Kladov2021-01-061-3/+2
| | | | The config now is mostly immutable, optimize for that.
* 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
| | | | 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