aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/keyword.rs
Commit message (Expand)AuthorAgeFilesLines
* rename completion -> ide_completionAleksey Kladov2021-02-171-668/+0
* chore: swap order of placeholdersGowri2021-02-081-1/+1
* ci: update relevant test case expected valuesGowri2021-02-071-0/+7
* fix: add for keyword in completion #7588Gowri2021-02-071-0/+1
* Less annoying `mod` completionAleksey Kladov2021-01-171-1/+1
* Insert `;` when completing keywords in letAleksey Kladov2021-01-151-1/+57
* SimplifyAleksey Kladov2021-01-151-27/+19
* Add braces when completing ifsAleksey Kladov2021-01-151-2/+2
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-28/+28
* Keep the original completion order in testsKirill Bulatov2020-12-191-71/+71
* Don't complete keywords in struct literalsLukas Wirth2020-11-161-0/+46
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+566