user1202032
user1202032

Reputation: 1479

Dead tab button in Visual Studio 2015

I'm running Visual Studio 2015 on a macbook pro (bootcamp). Im unfortunately not sure what caused this, but i have managed to kill my tab button. I am no longer able to indent code, autocomplete or insert snippets using it. It works perfectly fine in other applications, though. I do not use ReSharper.

Restart Visual Studio did not work. Starting Visual Studio with "devenv /safemode" did not work. Tab is also dead in other solutions/projects. Reboot did not work.

This is very strange, any help would be greatly appreciated.

Upvotes: 0

Views: 87

Answers (1)

Alex K.
Alex K.

Reputation: 175748

You can reset the key-bindings via:

Tools => Options => Environment => Keyboard => Reset

Upvotes: 1

Related Questions