dotPeek 2017.1 Help

Go to Related Files

Navigate | Related Files…
Ctrl+Shift+Alt+G

This command can take you to all files whose contents are somehow related to the current file.

Navigating to related files may be very useful for web applications: for example, it enables you to jump from a web form to its master page, user controls, referenced images or JavaScript and CSS files. In ASP.NET MVC applications, it simplifies navigation from views to controllers and back.

To navigate to related files

  1. Place the caret within the file or select the file in the Solution Explorer.
  2. Press Ctrl+Shift+Alt+G or choose in the main menu .
  3. If there are some related files, the Select File drop-down list opens. Select a file from the list and click on it to open it in the editor.
    /help/img/dotnet/2017.1/Navigation_and_Search__Go_to_Related_Files.png
Last modified: 24 August 2017

See Also