views:

71

answers:

1

Has anyone tried to build or seen a plugin for visual studio that replaces the object browser of with Reflector? It would be really cool if I do "Go to Definition" I would end up in Reflector at the correct place instead of in the VS object browser.

+1  A: 

The TestDriven.net Visual Studio addin (also from here) adds a menu item to go to Reflector from within Visual Studio. I don't think it replaces "Go to Definition" though, so you would have to click the correct (ie. Reflector) menu item.

A Reflector Pro (paid for version of Reflector) is coming soon, which gets installed into Visual Studio, so it may have the ability to decompile source code using Reflector instead of using the object browser. If not, ask for it as a new feature on their forum :)

EDIT: as if almost on cue, the beta of Reflector Pro was announced today and it does have an "Open in Reflector" command.

adrianbanks
The 'Open in Reflector' command is not limited to Reflector Pro, it's been added to the free version of the tool as well.
Mel Harbour