The first invocation of the Expand Selection (Alt-Shift-RightArrow
by default) in VSCode selects camel-case sub-word under the cursor. For example, when the cursor is placed inside a camel-case identifier (such GetComponentsInChildren
), it selects "Components" or "Children".
I have tested that in C# source code. I have "C# for Visual Studio Code (powered by OmniSharp)" extension installed.
Is it possible to configure Expand Selection to include the whole identifier GetComponentsInChildren? I really prefer it to be consistent with the behavior of other navigation and selection options (Ctrl-RightArrow
- jump to the right, Ctrl-D
- add selection to next find match)?