Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Less annoying `mod` completion | Aleksey Kladov | 2021-01-17 | 1 | -1/+1 |
| | | | | | We shouldn't complete optional elements, as deleting stuff is much more annoying than adding it. | ||||
* | Insert `;` when completing keywords in let | Aleksey Kladov | 2021-01-15 | 1 | -1/+57 |
| | |||||
* | Simplify | Aleksey Kladov | 2021-01-15 | 1 | -27/+19 |
| | |||||
* | Add braces when completing ifs | Aleksey Kladov | 2021-01-15 | 1 | -2/+2 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -28/+28 |
| | |||||
* | Keep the original completion order in tests | Kirill Bulatov | 2020-12-19 | 1 | -71/+71 |
| | |||||
* | Don't complete keywords in struct literals | Lukas Wirth | 2020-11-16 | 1 | -0/+46 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+566 |