Certainly this is not a duplicate of Make Visual Studio understand CamelCase when hitting Ctrl and cursor keys.
In that question there is an answer specifically for VS 2022 indicating CTRL ALT (RIGHT|LEFT) allow you to traverse right | left along camel case humps.
But what key combinations would actuate forward delete and back delete in camel case mode within features native to Microsoft Visual Studio 2022?
Is there a Visual Studio configuration to allow that?
CodePudding user response:
Option 1
Press Ctrl Alt Shift Left/Right then Delete
Option 2
- Option → Environment → Keyboard
- Search subword
- Assign a shortcut to Edit.SubwordDeleteToEnd/Start