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