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...
I'd love to have the ability to change quotes for all cursors simultaneously. | = cursor