aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/generate_enum_match_method.rs
Commit message (Expand)AuthorAgeFilesLines
* Add `find_impl_block_end` assist helperYoshua Wuyts2021-02-121-2/+39
* Add getter/setter assistsYoshua Wuyts2021-02-091-12/+2
* AdtDef -> AdtAleksey Kladov2021-02-071-1/+1
* Merge #7572bors[bot]2021-02-051-14/+6
|\
| * Add `find_or_create_impl_block` to assist utilsYoshua Wuyts2021-02-051-14/+6
* | Add doc gen to the `generate_enum_match_method` assistYoshua Wuyts2021-02-051-1/+9
|/
* Move `find_struct_impl` to assist utilsYoshua Wuyts2021-02-051-90/+10
* add `generate-enum-match` assistYoshua Wuyts2021-02-051-0/+293