The Find Base Types command helps you find and navigate to base types of a given type.
Note |
---|
Language Support Supported: C#, VB.NET Not relevant: ASP.NET, XAML, JavaScript, HTML |
To find base types
Position the caret over a type.
- Press Alt+`. From the pop-up menu, choose Find Base Types...
When there is only one base type, Telerik® JustCode™ directly navigates you to it.
In case there are more than one base types, Telerik® JustCode™ shows a pop-up window with all base types.
Use the up/down arrows to go through the base types.
Press Enter to navigate. Alternatively, you can double click on a base type 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 base types you can also navigate on the main menu. Choose JustCode | Navigate | Find Base Types... |