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

File templates

Last modified: 11 October 2024

File templates are specifications of the default contents for new files that you create using the File | New menu or the New section of the context menu in the Project tree.

Depending on the type of file you are creating, templates provide initial code and formatting expected in all files of that type (according to industry or language standards, your corporate policy, or for other reasons).

CLion provides predefined templates for all supported file types suggested when you create a new file. The set of suggested file types depends on the module and configuration, as well as the properties of your current location in the Project tool window. For example, CLion will not suggest creating a C++ file outside of the C++ source or test directories.

By default, the list of templates contains only predefined templates provided by CLion. Some of them are internal, which means they cannot be deleted or renamed. CLion shows the names of internal templates in bold. The names of templates that you modified, as well as custom templates that you created manually, are shown in blue.

The following procedures describe how to create file templates. Similar procedures can be used for creating include templates.