Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper Ctrl-T mapping lost

People also ask

How do I enable ReSharper shortcuts?

Keyboard Scheme You can switch between two default keyboard shortcut schemes or choose None to configure ReSharper shortcuts yourself, in Visual Studio options (Tools | Options | Environment | Keyboard). Click Apply to apply the selected scheme.

How do you search on ReSharper?

Press Ctrl+T or choose ReSharper | Navigate | Search Everywhere / Go to Type… from the main menu . Alternatively, you can press Ctrl+Shift+A , start typing the command name in the popup, and then choose it there. In the Search Everywhere list that appears, start typing the item name.


  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")

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.


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.


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 noticed that in some cases it might be necessary to reset all settings of the IDE. This way I'm suggesting is the latest I would take, and before doing it, try the best answers provided before. However if you need to go hard, because CTRL+T is not mapped correctly, go to Tools / Imports and Export Settings / Reset all settings. Once done you can apply the ReSharper key configuration via Reshaper Options / Keyboard / Reshaper 2.x / Apply Scheme