Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Greedy" <Delete> and <Backspace> in Visual Studio

Is there the way to apply "greedy" behavior to and keys in Visual Studio? By "greedy" I mean such behavior when all whitespace between cursor position and next word bound can be deleted using one keystroke.

like image 213
Artem Tikhomirov Avatar asked Dec 01 '22 13:12

Artem Tikhomirov


1 Answers

Well, I don't think you can change the binding of the delete key or backspace key - but CTRL+DEL & CTRL+Backspace are pretty close to what you want.

like image 108
Tomer Pintel Avatar answered Dec 05 '22 15:12

Tomer Pintel