dotPeek 2017.3 Help

Locating Current Symbol in Assembly Explorer

Navigate | Locate in Assembly Explorer
Shift+Alt+L

This handy navigation feature lets you expand the tree in the Assembly Explorer window, auto-scroll and highlight the item corresponding to the current document.

If the cursor is on a specific symbol, the item corresponding to this symbol is highlighted in the Assembly Explorer; if the cursor is elsewhere in the document, the root type of the document is highlighted.

To locate the current document in the Assembly Explorer

  1. In the Code Viewer, set the caret to a symbol that you would like to locate in Assembly Explorer.
  2. Press Shift+Alt+L or choose Navigate | Locate in Assembly Explorer in the main menu,
  3. dotPeek will bring the Assembly Explorer window to focus and show you the item there.

This feature is inspired by and borrowed from JetBrains ReSharper, a developer productivity tool for Microsoft Visual Studio.

Last modified: 17 April 2018

See Also