0

Is it possible to use the Redgate .Net reflector along with ReSharper in Visual Studio 2010? We are using the reflector at the moment and are in the process of finalizing the purchase of the ReSharper but we just want to make sure that the two can work side-by-side, i.e. if we disable the reflector in ReSharper, the Redgate reflector will support navigation to the decompiled source.

user2955856
  • 21
  • 1
  • 5
  • Why would you want to continue to use RedGate .Net Reflector when ReSharper includes dotPeek automatically? Navigation to compiled types happens automagically. Serious... why keep both? – gap Jan 09 '15 at 17:36

1 Answers1

0

Yes this is possible, but in order to use it to the full extent, you need to turn off Resharper decompilation if you want to be able to use the Reflector decompilation and debugging support:

enter image description here

jessehouwing
  • 106,458
  • 22
  • 256
  • 341