The Find Inheritors command helps you find and navigate to derived types from a given type.
Note |
---|
Language Support Supported: C#, VB.NET Not relevant: ASP.NET, XAML, JavaScript, HTML |
To find inheritors
Position the caret over a type.
- Press Alt+`. From the pop-up menu, choose Find Inheritors...
When there is only one derived type, Telerik® JustCode™ directly navigates you to it.
In case there are more than one derived types, Telerik® JustCode™ shows a pop-up window with all inheritors.
Use the up/down arrows to go through the inheritors.
Press Enter to navigate. Alternatively, you can double click on an inheritor to directly navigate.
Note |
---|
Notice that in the sample there is a multi-level inheritance. In this case Telerik® JustCode™ lists the result in a TreeView control showing the multi-level inheritance hierarchy. |
Tip |
---|
To find inheritors you can also navigate on the main menu. Choose JustCode | Navigate | Find Inheritors..., or just press Ctrl+Alt+B. |
See Also