Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enter., Backspace and the navigation keys not responding in Visual Studio 2010 w/ Powertools/Resharper

I have this very annoying problem that in Razor Views the Enter, Backspace and the navigation keys frequently do not respond. I have to restart VS to get it back to normal again. Am I missing something?

like image 354
Dabblernl Avatar asked Aug 31 '11 18:08

Dabblernl


People also ask

How do I backspace code in Visual Studio?

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


1 Answers

I had the same problem and solved it by saving the razor file (Ctrl + S). Once I did this I could use the Enter, Backspace and Navigation keys again.

I believe that Alt + Enter may also work.

I don't often get into this state and the above solution does not solve the underlying problem. I believe that it may have something to do with ReSharper but have not figured out if this assumption is true or not.

There are a number of pages that discuss this type of problem: Link 1 Link 2 Link 3

like image 103
Ryan Spears Avatar answered Oct 22 '22 00:10

Ryan Spears