On this page:
Overview
In the HTML and XML context and in Java or PHP classes, you can navigate through the source code using breadcrumbs that are displayed above the main editor window. The breadcrumbs show the elements of a XML/HTML file, Java or PHP class opened in the active editor tab:



To have breadcrumbs shown, you have to enable them.
Enabling breadcrumbs
- Open the IntelliJ IDEA Settings/Preferences dialog.
- Under the Editor node, click General | Appearance.
- In the Appearance page, select the Show breadcrumbs check box.
Navigating between a breadcrumb and the source code
- Click the breadcrumb with the relevant tag, or the Java or PHP class element. The cursor jumps to the corresponding element in the source code.