IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Source file structure

Last modified: 10 August 2022

The Structure tool window: View | Tool Windows | Structure or Alt+7

The Structure popup: Navigate | File Structure or Ctrl+F12

By default, IntelliJ IDEA 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 Show Fields button to show class fields.

  • 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 Lambdas button to show lambdas.

Structure tool window