atom / toggle-quotes

An Atom package to toggle between single and double quotes
MIT License
77 stars 36 forks source link

Support for multiple cursors #3

Closed A5308Y closed 10 years ago

A5308Y commented 10 years ago

I'd love to have the ability to change quotes for all cursors simultaneously. | = cursor

"string|1"
text
"string|2"
should result in: ``` 'string|1' text 'string|2' ``` Right now it'll only change the bottom-most string and only show the bottom-cursor after executing the command. If I find some time, I'll try to do it myself but I'm not that into JS...
siannopollo commented 10 years ago

I just downloaded the latest and this appears to be working.

nathansobo commented 10 years ago

You're right. Closed via #4.