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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Possibly related: Sometimes as a quick shortcut for fixing single/double quote mixing, I'll select one and cmd+d to select next, delete, and then type the character of my preference. For example, given
var thing = "just a string";
If I select the first " and choose Select Next from the menu (or hit cmd+d), the second " quote is not added to the selection.
I know there are better ways of doing this, but currently, the way Select Next functionality's behavior as it pertains to quotes prevents me from doing this, and probably other, more legitimate selections.
Quickly clicking the "replace next" button skips over successive double quotes.
To Reproduce:
-paste the following into a new document:
-search term:
"
replace term:'
-click the "Replace Next" button three times quickly
You will see that the third double quote gets skipped, and the fourth double quote gets replaced.
The text was updated successfully, but these errors were encountered: