Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show qualified variant pattern completions | Lukas Wirth | 2021-02-09 | 1 | -1/+5 |
| | |||||
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -4/+2 |
| | | | | The config now is mostly immutable, optimize for that. | ||||
* | Reduce some more code duplication | Lukas Wirth | 2020-12-22 | 1 | -39/+41 |
| | |||||
* | Insert snippet positions after fields names in record patterns | Lukas Wirth | 2020-12-21 | 1 | -1/+1 |
| | |||||
* | Create non-exhaustive patterns for non_exhaustive attributed items | Lukas Wirth | 2020-12-20 | 1 | -3/+5 |
| | |||||
* | Reduce code duplication in pattern completion | Lukas Wirth | 2020-12-20 | 1 | -34/+29 |
| | |||||
* | Emit snippets for struct pattern completion if enabled | Lukas Wirth | 2020-12-20 | 1 | -10/+31 |
| | |||||
* | Add completions for patterns | Lukas Wirth | 2020-12-20 | 1 | -0/+128 |