PhpStorm 2020.3 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. For example:

  • Click The Show Fields button to show class properties.

  • Click The Show Constants button to show constants.

  • Click The Show Inherited button to show inherited members.

  • Click The Show Included Files button to show included files.

  • 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 Show members from the context menu.

    Show class members in the Project tool window
Last modified: 08 March 2021