CLion 2020.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 png
- 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 clion.icons.fileTypes.cpp.png, clion.icons.fileTypes.h.png, clion.icons.CMake.png (see Recognized File Types for the full list with corresponding symbols). The 'question mark' icon icons.fileTypes.unknown.png indicates that CLion could not recognize the file type.
Source files
Files marked with blue overlay badges icons.modules.sourceRootFileLayer.png 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.png, protected icons.nodes.c_protected.png, or public icons.nodes.c_public.png.

clion.icons.codeAssistantStruct.png- Struct/Classclion.icons.codeAssistantGlobal.png- Global variable
clion.icons.codeAssistantField.png- Struct/Class fieldcl globalconst icon png- Global constant variable
cl constfield icon png- Struct/Class constant fieldcl globalstaticconst icon png- Global static constant variable
cl staticconstfield icon png- Struct/Class static constant fieldclion.icons.codeAssistantEnum.png- Enumeration
clion.icons.codeAssistantFunction.png- Functionclion.icons.codeAssistantEnumConst.png- Enumeration value
clion.icons.codeAssistantFunctionAbstract.png- Pure virtual functionclion.icons.codeAssistantNamespace.png- Namespace
cl constfunction icon png- Constant functionclion.icons.codeAssistantUnion.png- Union
cl staticfunction icon png- Static functionclion.icons.codeAssistantType.png- Typedef
Last modified: 30 June 2020