The File Structure Popup allows you to navigate through the entities declared in the current file in a hierarchical manner.
To open this view, select ReSharper | View | File Structure or just press Ctrl + F12. A window similar to the one shown below is displayed:

You can perform the following actions in this window:
- Scroll the list using Up and Down keys;
- For items at the lowest hierarchical level, that is, class members, press Enter to get the caret positioned at the selected item in the code editor;
- For other items, press Enter to view the nodes "contained" in the item selected (that is, all classes in the selected namespace or all members of the selected class);
- Click the ellipsis (...) to go to the upper level in the hierarchy (for example, all members of the current class � all classes in the current namespaces � all namespaces in the current file);
- Instead of scrolling, just type the first few letters of an item to jump to it; you can also select the Narrow down the list on typing checkbox to filter the list as you type.
ReSharper offers another feature with a similar name: theFile Structure Window. Please refer to the File Structure Window topic for details.
See Also
File Structure Window |Code Navigation | Finding Usages | Navigation Views