The Find Members Returning Type command helps you find and navigate to members that return a certain type.
Note |
---|
Language Support Supported: C#, VB.NET Not relevant: ASP.NET, XAML, JavaScript, HTML |
Telerik® JustCode™ uses a pop-up window (see Find Results Window) to show you the results of your search.
To find members returning certain type
Position the caret over a type.
- Press Alt+`. From the pop-up menu, choose Find Members Returning This Type...
When there is only one result, Telerik® JustCode™ directly navigates you to the found member. In case there are more than one result, Telerik® JustCode™ shows a pop-up window with all the found members.
Tip |
---|
To find members returning a certain type you can also navigate on the main menu. Choose JustCode | Navigate | Find Members Returning This Type..., or just press Shift+Alt+, |
See Also