ReSharper 2023.3 Help

Navigation and Search in ASP.NET

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

In this topic, you can find some examples of using navigation and search features in ASP.NET.

Most of navigation and search features are supported and available in ASP.NET:

File structure

File Structure can be used to get an overview of items constituting ASP.NET markup file and navigate between them within the file:

ReSharper: File Structure in ASP.NET

Go to file member

Go to File Member allows you quickly jump to a desired item within a file:

ReSharper: 'Go to File Member' in ASP.NET

Go to Related Files gives you an opportunity to navigate from a web form to its master page, user controls, or referenced images, and so on:

ReSharper: 'Go to Related Files' in ASP.NET

Go to usages of symbol

Go to Usages of Symbol lets you navigate from ContentPlaceHolder tags to their Content counterparts, or from a master page reference to any web forms that use it:

ReSharper: 'Go to Usages of Symbol' in ASP.NET

Go to declaration

Go to Declaration, Go to Containing Declaration and Go to Next/Previous Member are supported as well.

Find usages

ReSharper can find usages of any symbol, be it a JavaScript function, a content placeholder or any other entity.

ReSharper: Find Usages in ASP.NET
Last modified: 18 March 2024