Navigation
Most of navigation and search features are supported and available in ASP.NET:
-
File Structure
can be used to get an overview of items constituting ASP.NET markup file
and navigate between them within the file:

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

-
Go to Related Files gives you
an opportunity to navigate from a web form to its master page, user controls, or referenced images, etc.:

-
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:

- Go to Declaration, Go to Containing Declaration and Go to Next/Previous Member are supported as well.
Search
ReSharper can find usages of any symbol, be it a JavaScript function, a content placeholder or
any other entity.

