CLion 2021.1 Help

Icons and symbols

While working in CLion, you can see various icons all around the UI. For most of them, you can get a tooltip description by hovering the mouse over an icon, for example:

icon tooltip

This article gives a summary of icons that are not supplied with tooltips. Such icons belong to the following UI areas: Project View, Structure View, Breadcrumbs, or one of the Hierarchy Views (Call, Method, or Imports Hierarchy).

interface areas with icons not supplied with tooltips

Project View Icons

Folders and files
Folder- Plain folder
Source folder- Source folder
Excluded folder- Excluded folder (highlighted with yellow background in the Project tree)
Cl plaintext icon
- File marked as plain text
External libraries- External library
Scratches and Consoles- Scratch files and consoles
File types
In the Project tree, files are marked with file type icons, for example Cidr base plugin icons file types cpp, Cidr base plugin icons file types h, Clion icons c make (see Recognized file types for the full list with corresponding symbols). The 'question mark' icon Icons file types unknown indicates that CLion could not recognize the file type.
Source files
Files marked with blue overlay badges Icons modules source root file layer are source files (for CMake projects, if a file icon does not have this overlay badge, it means that the file is not included in CMakeLists.txt).
VCS status indication
If VCS integration is enabled for the project, CLion uses colors to denote VCS file status in the Project tool window. For the colors meaning, refer to File status highlights.

Structure, Hierarchy, and Breadcrumbs Icons

Elements in Structure View, Call Hierarchy or Method Hierarchy can also have visibility indicators: private Icons nodes c private, protected Icons nodes c protected, or public Icons nodes c public.

Cidr base plugin icons code assistant struct- Struct/ClassCidr base plugin icons code assistant global- Global variable
Cidr base plugin icons code assistant field- Struct/Class fieldCl globalconst icon- Global constant variable
Cl constfield icon- Struct/Class constant fieldCl globalstaticconst icon- Global static constant variable
Cl staticconstfield icon- Struct/Class static constant fieldCidr base plugin icons code assistant enum- Enumeration
Cidr base plugin icons code assistant function- FunctionCidr base plugin icons code assistant enum const- Enumeration value
Cidr base plugin icons code assistant function abstract- Pure virtual functionCidr base plugin icons code assistant namespace- Namespace
Cl constfunction icon- Constant functionCidr base plugin icons code assistant union- Union
Cl staticfunction icon- Static functionCidr base plugin icons code assistant type- Typedef
Last modified: 08 March 2021