aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render/pattern.rs
Commit message (Collapse)AuthorAgeFilesLines
* Align config's API with usageAleksey Kladov2021-01-061-4/+2
| | | | The config now is mostly immutable, optimize for that.
* 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