Closed natewaddoups closed 2 years ago
Repro steps:
Expected result: the entire word is selected.
Actual result: only one character is selected.
Word-by-word NAVIGATION works in VSC using option-arrow.
Word-by-word SELECTION works in this text-entry box (the UI that I'm using to submit this feedback right now in VSC) using option-shift-arrow.
The same hotkey also performs word selection in every other Mac app.
The same hotkey does NOT perform word selection in VSC's source-code editing window.
This is not a VS Code bug after all, it was caused by the Visual Studio Keymap extension.
Good tip! For me, what broke it was the Notepad++ keymap extension.
Repro steps:
Expected result: the entire word is selected.
Actual result: only one character is selected.
Word-by-word NAVIGATION works in VSC using option-arrow.
Word-by-word SELECTION works in this text-entry box (the UI that I'm using to submit this feedback right now in VSC) using option-shift-arrow.
The same hotkey also performs word selection in every other Mac app.
The same hotkey does NOT perform word selection in VSC's source-code editing window.