F12 (GoToDefinition) doesn't do Reflector Decompile
Asked Answered
C

2

7

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
Choplogic answered 10/1, 2014 at 15:54 Comment(0)
I
13

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.
Incuse answered 10/1, 2014 at 17:7 Comment(1)
I appreciate this, but I prefer Reflector's decompile over ReSharper's. Thanks for the intel though i might end up having to do this if I can't find a solution to the current situationChoplogic
A
3

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
Approximate answered 30/6, 2016 at 5:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.