aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/complete_trait_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Got the magic completion working.Kevin DeLorey2020-02-081-41/+7
|
* Update completion kind to Magic in the unit tests.Kevin DeLorey2020-02-081-2/+2
|
* Add detection for a user already starting a fn impl and still providing ↵Kevin DeLorey2020-02-051-5/+157
| | | | completion.
* Already implemented fn will no longer be suggested for trait implementations.Kevin DeLorey2020-01-291-15/+129
|
* Renamed the trait completion mod.Kevin DeLorey2020-01-231-0/+80