This is an early access release and the features in the final version will change. The current feature set is useful for developers to identify potential issues with inheritance in new and existing classes. |
This tool will scan the inheritance chain of the selected class in in the project explorer view. The scan will only include classes in the same project; any other class files will be skipped.
It will start analyzing the inheritance tree for the class to create a list of Functions (public/private) and Properties (public/private).
The search can be used to make sure a property or function is not replicated accidentally in the scope of the object, or to even just find which class it is defined.