Resharper Ctrl-T mapping lost

For those of you (understandably IMO) not confortable with resetting all your keyboard settings for this specific shortcut :

  1. Go to VS Keyboard shortcut settings (Tools > Options > Environment > Keyboard),
  2. remove the Ctrl+T assignment from the Edit.GoToAll shortcut,
  3. 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

  1. ReSharper | Options | Environment | Keyboard & Menus
  2. Selected Reshaper 2.x or IntelliJ IDEA
  3. Selected Visual Studio
  4. Apply Scheme
  5. 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.


  1. Reset current keyboard configuration (Tools | Options | Environment | Keyboard | Reset).
  2. Go to ReSharper | Options | Environment | Keyboard & Menus | "Visual Studio" | Apply Scheme.
  3. Click Ctrl+T
  4. Choose "Use ReSharper command" in the opened popup(check "Apply to all ReSharper shortcuts")