stephensli / Toggler

Toggle words and symbols in VSCode using a user defined configuration.

Home Page:https://marketplace.visualstudio.com/items?itemName=tehstun.toggler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow change all matched replacements in selection

lardissone opened this issue · comments

I use the extension mostly for changing from double quotes to single quotes in current "string". But doing it by every " is slow, even if you do a multi cursor selection.

Make a setting to allow changing all matches in selected text, so that if I select: "string" and press the shortcut it will switch to all combinations of ", or if there's a match to the entire selection, do the same.

"string"
// to
'string'
// to
`string`
// to 
"another-string"   // if any

Thank you, its on the list!