aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/convert_tuple_struct_to_named_struct.rs
Commit message (Collapse)AuthorAgeFilesLines
* Correctly support SelfType when searching for usagesLukas Wirth2021-05-081-1/+1
|
* Add missing test case for "Convert to named struct" assistunexge2021-04-231-0/+40
|
* Stop iterating reference after made an edit in "Convert to named struct" assistunexge2021-04-231-2/+47
|
* Move reference editing logic into own function to make error handling more ↵unexge2021-04-221-68/+61
| | | | ease in "Convert to named struct" assist
* Add multi file test for "Convert to named struct" assistunexge2021-04-211-0/+33
|
* Remove `unwrap`s in "Convert to named struct" assistunexge2021-04-211-9/+19
|
* Add larger example for "Convert to named struct" assistunexge2021-04-211-4/+30
|
* Fix incorrectly replacing method calls in "Convert to named struct" assistunexge2021-04-211-17/+41
|
* Add convert tuple struct to named struct assistunexge2021-04-041-0/+345