aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/pattern.rs
Commit message (Expand)AuthorAgeFilesLines
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-10/+10
* Reduce some more code duplicationLukas Wirth2020-12-221-9/+29
* Insert snippet positions after fields names in record patternsLukas Wirth2020-12-211-5/+5
* Emit snippets for struct pattern completion if enabledLukas Wirth2020-12-201-5/+5
* Add completions for patternsLukas Wirth2020-12-201-15/+139
* Align code_model name with ungrammarAleksey Kladov2020-12-201-1/+1
* Keep the original completion order in testsKirill Bulatov2020-12-191-2/+2
* Complete struct in irrefutable letLukas Wirth2020-11-261-14/+43
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+88