Go To Type command lets you search and navigate to a type that you are looking for.
Note |
---|
Language Support Supported: C#, VB.NET, Razor Not relevant: ASP.NET, XAML, JavaScript, HTML |
You can watch the video tutorial
Telerik® JustCode™ - Go To Code.
To go to a type
- Press Alt+`. From the pop-up menu, choose Go To Type...
- Start typing in the Go To Type field.
To speed-up the search process, Telerik® JustCode™ shows a floatable window that lets you search for types defined either in the solution or in the .NET library using Camel Case Search, view declaration and XML documentation where this is available.
In this window you can view the declaration of the type right away by either expanding the Declaration Info panel or by pressing Alt+C.
More information may be also available in the XML Documentation panel (press Alt+X).
Tip |
---|
To go to a type you can also navigate on the main menu. Choose JustCode | Navigate | Go To Type..., or just press Ctrl+Alt+T |
See Also