Resharper Ctrl-T mapping lost
For those of you (understandably IMO) not confortable with resetting all your keyboard settings for this specific shortcut :
- Go to VS Keyboard shortcut settings (Tools > Options > Environment > Keyboard),
- remove the Ctrl+T assignment from the
Edit.GoToAll
shortcut, - assign Ctrl+T globally to
ReSharper.ReSharper_GotoType
.
Worked for me.
Came back for me without resetting VS keyboard mappings (and loosing my shortcuts) by simply
- ReSharper | Options | Environment | Keyboard & Menus
- Selected Reshaper 2.x or IntelliJ IDEA
- Selected Visual Studio
- Apply Scheme
- Save
I had this exact issue (Ctrl+T does not work, but other shortcuts does), but none of the solutions worked for me.
For my specific case, I had recently installed a VS extension (DevExpress) which apparently included another extension called CodeRush. Uninstalling CodeRush fixed my problem with Ctrl+T not working.
If you have a similar problem, and cant seem to fix it - check if you have other extensions/tools installed that might interfere with VS/ReSharper shortcuts.
- Reset current keyboard configuration (Tools | Options | Environment | Keyboard | Reset).
- Go to ReSharper | Options | Environment | Keyboard & Menus | "Visual Studio" | Apply Scheme.
- Click Ctrl+T
- Choose "Use ReSharper command" in the opened popup(check "Apply to all ReSharper shortcuts")