aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/patterns.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename completion -> ide_completionAleksey Kladov2021-02-171-249/+0
| | | | We don't have completion-related PRs in flight, so lets do it
* Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-5/+5
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-23/+23
|
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-0/+249