PyCharm Edu 3.5 Help

Groups of Live Templates

On this page:

Overview

Live Templates are managed on the Live Templates page of the Settings / Preferences Dialog. For your convenience, templates are arranged in groups, most often in accordance with the context they are sensitive to.

PyCharm Edu comes with a set of predefined groups of templates. In addition to them, you can define your own custom groups and templates. It is strongly recommended that you avoid storing custom templates in predefined PyCharm Edu groups. For this purpose, use the user group, or a new group.

PyCharm Edu stores definitions of custom live template groups and templates added to predefined template groups in automatically generated configuration files <group_name>.xml.

  • For a custom group, the file contains definitions of all the templates the group includes.
  • For a customized predefined group, the file contains definitions of the added templates only.
Depending on the operating system you are using, the <group_name>.xml files are stored at the following locations:

  • Windows: <your_user_home_directory>\.PyCharm Edu<version_number>\config\templates
  • Linux: ~PyCharm Edu<version>/config/templates
  • macOS: ~/Library/Preferences/PyCharm Edu<version>/templates

Managing groups of live templates

  1. Open the Settings / Preferences Dialog by pressing Ctrl+Alt+S or by choosing File | Settings for Windows and Linux or PyCharm Edu | Preferences for macOS, and click Live Templates under Editor. The Live Templates page that opens shows all the groups of live templates that are currently configured in PyCharm Edu.
  2. Do one of the following:
    • To create a new custom group, click /help/img/idea/2017.1/new.png on the toolbar and choose Template Group on the context menu. Then specify the name for the group in the Create New Group dialog box that opens.
    • To remove a group, select it in the list and click /help/img/idea/2017.1/delete.png on the toolbar.
    • To add a template to a group, select the group, click /help/img/idea/2017.1/new.png, and choose Live Template on the context menu. In the Template editing area, specify the settings for the new template as described in Creating and Editing Live Templates.

See Also

Last modified: 31 July 2017