aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/replace_string_with_char.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support length for ByteStringsJade2021-05-131-1/+1
| | | | I am not confident that my added byte string parsing is right.
* Only replace quotes in replace_string_with_char assistLukas Wirth2021-03-061-59/+77
|
* preserve escape sequences when replacing string with charDomantas Jadenkus2021-03-031-1/+37
|
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+137