aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/complete_trait_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Reordered the `use` items.Kevin DeLorey2020-02-151-9/+8
|
* Adjusted the completion lookups to filter by just the name.Kevin DeLorey2020-02-141-29/+44
|
* Completion now replaces whole fn/const/type def with snippet.Kevin DeLorey2020-02-131-16/+31
|
* Cheese const tests as they requre an ident before becoming a CONST_DEF.Kevin DeLorey2020-02-131-28/+21
|
* Started to refactor the trigger of the trait_impl completion.Kevin DeLorey2020-02-131-33/+77
|
* Formatting.Kevin DeLorey2020-02-111-1/+3
|
* Fixing minor suggestions and added module level documentation.Kevin DeLorey2020-02-111-9/+6
|
* Removed doc comments entirely from the changes.Kevin DeLorey2020-02-111-39/+0
|
* Formatted changes.Kevin DeLorey2020-02-111-22/+16
|
* 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 ↵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