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
But sadly this does 2 things when we only want it to do 1..
It will both:
Add the current selection to the search register.
Select the next occurrence of the text in the selection
This doesn't work for selections (ctrl+d/cmd+d), because as soon as you've searched your query and trigger that command, it will immediately select the next occurrence outside of the range what we want.
We want a way to seed the search register without selecting the next match, it doesn't seem VS Code offer this :/
Something like:
So we have an issue where after selecting multiple occurrences (within a range) you can't then search between them. The obvious method is to execute:
But sadly this does 2 things when we only want it to do 1..
It will both:
This doesn't work for selections (ctrl+d/cmd+d), because as soon as you've searched your query and trigger that command, it will immediately select the next occurrence outside of the range what we want.
We want a way to seed the search register without selecting the next match, it doesn't seem VS Code offer this :/
Something like:
would be ideal
The text was updated successfully, but these errors were encountered: