Question

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
Was it helpful?

Solution

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.

OTHER TIPS

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top