Restoring Shift+Tab in ReSharper
Since we installed ReSharper, we've noticed that the Shift+Tab shortcut has stopped working, which was a great annoyance to my team (ReSharper still rules, you ungrateful bastards). After some googling, the following forum post provided the solution:
- Go to Visual Studio options -> Environment -> Keyboard.
- Choose the action Edit.DecreaseLineIndent.
- Change the scope to "Text Editor" (where it says "Global"), otherwise the following step won't work.
- Hit Shift+Tab.
- Assign.
- You're good to go.
Hopefully JetBrains will get around to fixing this in the next version.