Reflector as VS External tool
I'll add one additional must do for reflector - add it to the tools menu in VS. Add it as a tools - External tools. Here's what I put for Arguments:
/fontsize:14 /fontfamily:Arial $(TargetPath)
Automatically pulls up the current assembly you are working on.
Jon Flanders