CLion 2019.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 clion icons FileType cpp svg, clion icons FileType h svg, clion icons CMake svg (see Recognized File Types for the full list with corresponding symbols). The 'question mark' icon icons fileTypes unknown svg indicates that CLion could not recognize the file type.

Source files

Files marked with blue overlay badges icons modules sourceRootFileLayer 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 svg, protected icons nodes c protected svg, or public icons nodes c public svg.

clion icons CodeAssistantStruct svg

- Struct/Class

clion icons CodeAssistantGlobal svg

- Global variable

clion icons CodeAssistantField svg

- Struct/Class field

cl globalconst icon

- Global constant variable

cl constfield icon

- Struct/Class constant field

cl globalstaticconst icon

- Global static constant variable

cl staticconstfield icon

- Struct/Class static constant field

clion icons CodeAssistantEnum svg

- Enumeration

clion icons CodeAssistantFunction svg

- Function

clion icons CodeAssistantEnumConst svg

- Enumeration value

clion icons CodeAssistantFunctionAbstract svg

- Pure virtual function

clion icons CodeAssistantNamespace svg

- Namespace

cl constfunction icon

- Constant function

clion icons CodeAssistantUnion svg

- Union

cl staticfunction icon

- Static function

clion icons CodeAssistantType svg

- Typedef

Last modified: 24 July 2019