aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render/pattern.rs
Commit message (Expand)AuthorAgeFilesLines
* Align config's API with usageAleksey Kladov2021-01-061-4/+2
* Reduce some more code duplicationLukas Wirth2020-12-221-39/+41
* Insert snippet positions after fields names in record patternsLukas Wirth2020-12-211-1/+1
* Create non-exhaustive patterns for non_exhaustive attributed itemsLukas Wirth2020-12-201-3/+5
* Reduce code duplication in pattern completionLukas Wirth2020-12-201-34/+29
* Emit snippets for struct pattern completion if enabledLukas Wirth2020-12-201-10/+31
* Add completions for patternsLukas Wirth2020-12-201-0/+128