Shift + Alt + Right Arrow if the word is in camelCase then you will have to click Right Arrow again to select the whole camelCase. Every time you press Right Arrow again while still holding Shift + Alt down you will select a further part of the code.
Visual Studio Code - How to jump by word with [Alt]+[Left/Right]
SelectCurrentWord as 'Ctrl + W, Ctrl + W'.
The shrink/expand selection commands should be what you are looking for. The command names are editor.action.smartSelect.grow
(default keybinding shift+alt+right) and editor.action.smartSelect.shrink
(default keybinding shift+alt+left).
i use alt+s for editor.action.smartSelect.grow.
{
"key": "alt+s",
"command": "editor.action.smartSelect.grow",
"when": "editorTextFocus"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With