WebStorm 6.0.1 Web Help

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.

To view the file structure, do one of the following
  • On the main menu, choose View | Tool Windows | Structure.
  • Press Alt+7Command 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: