IntelliJ IDEA
 
Get IntelliJ IDEA

File structure

Last modified: 19 November 2024

IntelliJ IDEA allows you to view and navigate the structure of a file in the Structure tool window and the Structure popup.

Structure popup

You can see the VCS status colors in the Structure tool window and the Structure popup if your project is under version control. It helps you track changes in files. The names of modified objects become blue, and the names of the newly added objects appear highlighted in green.

Hover over icons in Structure to get additional information in tooltips about the items. For example, you can learn whether methods Method are static.