aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render/pattern.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename completion -> ide_completionAleksey Kladov2021-02-171-150/+0
| | | | We don't have completion-related PRs in flight, so lets do it
* Show qualified variant pattern completionsLukas Wirth2021-02-091-1/+5
|
* 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