aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/convert_tuple_struct_to_named_struct.rs
Commit message (Expand)AuthorAgeFilesLines
* fmtJoshua Warner2021-06-061-3/+12
* Refactor to be just one assistJoshua Warner2021-06-051-15/+328
* 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 ea...unexge2021-04-221-68/+61
* 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