aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion/patterns.rs
Commit message (Collapse)AuthorAgeFilesLines
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-249/+0
|
* Scan all ancestors for the impl trait block checkIgor Aleksanov2020-10-171-8/+11
|
* Allow hints after 'fn' keyword if it's an impl trait blockIgor Aleksanov2020-10-171-1/+17
|
* Add test for new pattern functionsIgor Aleksanov2020-10-171-0/+8
|
* Remove redundant completionsIgor Aleksanov2020-10-171-0/+19
|
* Complete semicolon when neededKirill Bulatov2020-09-091-9/+0
|
* Properly reacto to keywordsKirill Bulatov2020-09-091-0/+10
|
* Complete `pub` in fieldsAleksey Kladov2020-08-251-0/+8
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+194