문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top