PhpStorm 2022.2 Help

Source file structure

By default, PhpStorm shows all classes, methods, and other elements of the current file. To toggle the elements you want to show, click the corresponding buttons on the Structure tool window toolbar.

  • Click the Group Methods by Type button to have all the methods that override/implement the methods of a particular class/interface grouped under the node that corresponds to this class/interface.

  • Click the Show Includes button to have all files included through include or require statements shown in the tree.

  • Click The Show Fields button to show class properties.

  • Click The Show Constants button to show constants.

  • Click the Show Protected Members button to have protected class members shown in the tree.

  • Click the Show Private Members button to have private class members shown in the tree.

  • Click The Show Inherited button to show inherited members.

  • Click The Show Anonymous Classes button to have anonymous classes shown in the tree.

  • Click The Show Lambdas button to show lambdas.

Structure tool window

Show class members in the Project tool window

  • Right-click the Project tool window title bar and select Tree Appearance | Show Members from the context menu.

    Show class members in the Project tool window
Last modified: 20 April 2022