views:

95

answers:

1

Are there any options or plugins that display inherited members (methods/properties) inline when editing a class file in Visual Studio? The inherited code would probably be disabled/grayed out, but it seems like it could be useful and interesting to have the option to view an entire composed class at once.

A: 

Ahha, I remember what I was thinking of now. Take a look at ReSharper.

Example:

alt text

Codesleuth
Hmm, maybe this isn't what you need. I can't seem to find an example on their website.
Codesleuth