Viewing Structure of a Source File
On this page:
Basics
You can examine the structure of the file currently opened in the editor using the Structure tool window or the Structure pop-up window.
To have other members displayed, click the corresponding buttons on the toolbar of the Structure tool window.
You can also have class members shown in the Project tool window.
Viewing the structure of a file
To view the file structure, do one of the following
- On the main menu, choose to show the Structure tool window.
- Press Structure tool button to show the Structure tool window.
- Press Alt+7 to show the Structure tool window.
- Press Ctrl+F12 to show the Structure popup.
Viewing members
To have class fields displayed
- Click
on the toolbar of the Structure tool window.
To have inherited members displayed
- Click
on the toolbar of the Structure tool window.
By default, WebStorm shows only methods, constants, and fields defined in the current class. If shown, inherited members are displayed gray.
To have class members shown in the Project tool window
See Also
Last modified: 11 July 2016