Until I found the RedGate Reflector functionality for this need, I started using a partial solution. Using the regex search capabilities in VS, I introduce the following:
\:.@<place base class or interface here>
Example:
\:.@MyBase
Any derived interface or class created from "MyBase" defined in the solution will be returned.
source
share