Question

Do you know of a ReSharper 5.1 plugin that allows me to go to the declaration of a class or member that I do not have the source code for using .NET Reflector?

Usually Reflector itself has this feature already (rightclick-> "Open in .NET Reflector") but unfortunately this feature does not work with resharper. The explanation for this can be read here.

Now the ideal solution would be if resharper could do this for me with a plugin. In earlier versions of resharper, wasn't there a resharper powertoy that could do this?

Was it helpful?

Solution

Check out the ReflectorNavigator in the ReSharper PowerToys: http://resharperpowertoys.codeplex.com/

OTHER TIPS

Try to uncheck option "Enable navigation to external sources" at Resharper Options -> Tools -> External Sources or leave it enabled, but move "Object browser" item to top of the list. Works for me.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top