Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

F12 (GoToDefinition) doesn't do Reflector Decompile

Issue

Steps to replicate

  • Install Visual Studio 2012
  • Install Resharper
  • Install Reflector VS plug-in

When I hit F12 I want the Resharper GoToDefintion (decompile) action. However, all I get is the standard VS GoToDefinition (metadata).

Things I've Tried

  • Uninstalling Reflector
  • Uninstalling Resharper
  • Installing Reflector
  • Messing with Keyboard-shortcuts
like image 854
abc123 Avatar asked Jan 10 '14 15:01

abc123


2 Answers

If you would like to use ReSharper "Navigation to Sources" feature, follow these steps:

  1. Check F12 is mapped on ReSharper Go to Declaration action (ReSharper_GotoDeclaration) here Tools | Options | Environment | Keyboard;
  2. Check "Navigation to Sources" is selected here ReSharper | Options | Tools | External Sources.
like image 92
Alexander Kurakin Avatar answered Oct 10 '22 05:10

Alexander Kurakin


In my case the following simple steps helped:

  1. Open Resharper -> Options
  2. Navigate to Tools -> External Sources
  3. Select Default Visual Studio navigation
  4. Save
like image 38
Oleksandr Avatar answered Oct 10 '22 06:10

Oleksandr