CLion
 
Get CLion
Join the CLion 2025.1 Early Access Program and try out new features before they are released! Find out more

File structure

Last modified: 11 October 2024

You can examine the structure of the file currently opened in the editor using the Structure tool window or the Structure popup. By default, CLion shows all the classes and functions presented in the current file.

Structure view

In CMake projects, you can also examine the structure of the CMakeLists.txt files, with its variables, functions, macros, and targets:

CMake structure view