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