Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Backspace doesn't work in Visual Studio

I keep getting a very annoying problem in Visual Studio. When I try to delete some text by pressing backspace it doesn't work. Why is this? What is going on? Sometimes I have to close and open Visual Studio to make this problem go away but I just tried that right now and it didn't work. Backspace works in Notepad in case you are wondering.

like image 266
Sachin Kainth Avatar asked May 28 '12 14:05

Sachin Kainth


People also ask

How do I backspace in multiple lines in Visual Studio?

“visual studio code backspace multiple lines” Code Answer'sWindows: Ctrl + Alt + Arrow Keys. Linux: Shift + Alt + Arrow Keys. Mac: Opt + Cmd + Arrow Keys.

How do I get PuTTY backspace to work?

You need to configure PuTTY to interpret backspace correctly. You can do it for the current session by right clicking on the PuTTY title bar, selecting Change Settings..., clicking on the word "Keyboard" below the Terminal item, and set the "Backspace key" entry to "Control-H".


1 Answers

In Visual Studio go to:

Tools  Options Environment Keyboard 
  1. Find "Edit.DeleteBackwards" command.
  2. In "Use new shortcut in:" dropdown select "Text Editor".
  3. In "Press shortcut keys:" click backspace so it would show "Bkspce"
  4. Click "OK".

Backspace should start working for you again.

like image 100
Dennis Gorelik Avatar answered Sep 17 '22 16:09

Dennis Gorelik