aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/complete_trait_impl.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed docs from private method.Kevin DeLorey2020-02-111-8/+0
* Added tests to test associated types and consts.Kevin DeLorey2020-02-111-0/+78
* Added some documentation to the `complete_trait_impl` completion.Kevin DeLorey2020-02-111-1/+48
* Added associated const magic completion.Kevin DeLorey2020-02-101-11/+53
* Added a utility function that can be used to determine the missing impl items.Kevin DeLorey2020-02-091-114/+18
* Merge branch 'master' into kdelorey/complete-trait-implKevin DeLorey2020-02-091-1/+1
* Added associated type completion.Kevin DeLorey2020-02-081-3/+15
* Cleaning up unessicary code that the Magic completion takes care of.Kevin DeLorey2020-02-081-39/+8
* 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 compl...Kevin DeLorey2020-02-051-5/+157
* 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