You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I only use selectEitherQuote and more often than not I repeat the command twice to get the outer selection. Similar to how brackets come in pairs (left key is used for inner, right key is used for outer), I sometimes hit the corresponding key for "outer" quote only to see no result. (In fact it just executes selectDoubleQuote, but I am using single quotes in my project, so it does not do anything in my case.)
The other commands for outer quotes might be supported, but unassigned a key combination, in case other users might want it.
In my case, I would remap selectEitherQuoteOuter to current selectDoubleQuote and keep the rest.
I am perfectly happy with current selectEitherQuote and switchQuotes as I use them very very often.
The text was updated successfully, but these errors were encountered:
Since I only use
selectEitherQuote
and more often than not I repeat the command twice to get the outer selection. Similar to how brackets come in pairs (left key is used for inner, right key is used for outer), I sometimes hit the corresponding key for "outer" quote only to see no result. (In fact it just executesselectDoubleQuote
, but I am using single quotes in my project, so it does not do anything in my case.)The other commands for outer quotes might be supported, but unassigned a key combination, in case other users might want it.
In my case, I would remap
selectEitherQuoteOuter
to currentselectDoubleQuote
and keep the rest.I am perfectly happy with current
selectEitherQuote
andswitchQuotes
as I use them very very often.The text was updated successfully, but these errors were encountered: