akalongman / sublimetext-stringutilities

Sublime Text 2/3 plugin for string manipulations
MIT License
83 stars 24 forks source link

Converting between single and double quotes: allow empty regions #37

Closed rwols closed 7 years ago

rwols commented 7 years ago

If I'm inside a single-quoted string with my cursor, and I don't have anything selected, the "Convert Single To Double Quotes" command should find the start and end of the string by itself, and then apply the conversion.