WebStorm 6.0.1 Web Help

You can examine the structure of the file currently opened in the editor using the Structure tool window or the Structure pop-up window.

By default, WebStorm shows all classes, methods, functions, and variables presented in the current file.

To have other members displayed, turn on the the corresponding options on the context menu of the title bar.

On this page:

To view the file structure, do one of the following
  • On the main menu, choose View | Tool Windows | Structure.
  • Press Alt+7Alt+7Alt+7Alt+7Alt+7Alt+7Ctrl+7 or Alt+7Alt+7Meta 7Meta 7Meta 7.
web_storm_structure_tool_window.png
To have class fields displayed
  • Turn on the Show Fields option on the context menu of the title bar.
To have inherited members displayed
  • Turn on the Show Inherited option on the context menu of the title bar.

By default, WebStorm shows only methods, constants, and fields defined in the current class. If shown, inherited members are displayed gray.

See Also

Reference:

Web Resources: