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
The editor will select the following occurrences of a until all individual a's are selected.
Actual Behaviour:
The editor adds the following a to the current selection on each time that Ctrl+D is pressed. This means that the second time, you are not selecting the next occurrence a but aa and the third time you are adding aaaa to your selection
This is important. A common use case would be when you want to change the characters individually, or when you want to add characters in between them.
With Sublime, you can select all the characters (individually) as expected:
With VS Code, you can't even select them all, and it's one long selection (rather than several distinct ones):
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
aaaaa
Expected Behaviour:
a
until all individuala
's are selected.Actual Behaviour:
a
to the current selection on each time that Ctrl+D is pressed. This means that the second time, you are not selecting the next occurrencea
butaa
and the third time you are addingaaaa
to your selectionThis is important. A common use case would be when you want to change the characters individually, or when you want to add characters in between them.
With Sublime, you can select all the characters (individually) as expected:
With VS Code, you can't even select them all, and it's one long selection (rather than several distinct ones):
The text was updated successfully, but these errors were encountered: