ReSharper 2016.3 Help

Navigation and Search in TypeScript

Most of ReSharper's navigation and search features are also supported in TypeScript. You can find the detailed information on these features in the corresponding topics of the Navigation and Search section. In the main topic of the section, you can also find the feature matrix and check what exactly is supported in TypeScript.

In this topic, you can find some examples of using navigation and search features in TypeScript:

Navigation

To find out what navigation features are supported for TypeScript on the whole and for the current symbol in particular, use the Navigate to context menu. Place the caret at the symbol and press Ctrl+Shift+G.

/help/img/dotnet/2016.3/ReSharper_by_Language__TypeScript__Navigate_To.png
To find a symbol quickly by its name in the current file and navigate directly to its declaration, press Ctrl+F12. For more information, see Go to File Member.
/help/img/dotnet/2016.3/ReSharper_by_Language__TypeScript__Go_to_File_Member.png

If you need to find and navigate directly to an inheritor of a given type, you can easily do this using the Go to Derived Symbols feature. Press Ctrl+Alt+B to display the list of inheritors. Immediate inheritors are displayed in bold and at the top of the list. To do the opposite: navigate to base symbols, press Ctrl+U.
/help/img/dotnet/2016.3/ReSharper_by_Language__TypeScript__Go_to_Derived_Symbols.png

If you need a quick look at the code structure of a file, press Ctrl+F11 to open the File Structure window. You can expand compound elements, for example classes, investigate them and navigate to their declarations.

/help/img/dotnet/2016.3/ReSharper_by_Language__TypeScript__File_Structure.png

Search


If a symbol is used in multiple places and you want to find all its usages, place the caret at the symbol and press Alt+F7.

/help/img/dotnet/2016.3/ReSharper_by_Language__TypeScript__Find_Usages.png
Last modified: 12 October 2017

See Also