0

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?

Blessed Geek
  • 21,058
  • 23
  • 106
  • 176

1 Answers1

0

Option 1

Press Ctrl+Alt+Shift+Left/Right then Delete

Option 2

  1. Option → Environment → Keyboard
  2. Search subword
  3. Assign a shortcut to Edit.SubwordDeleteToEnd/Start
shingo
  • 18,436
  • 5
  • 23
  • 42