PhpStorm 2017.3 Help

Groups of Live Templates

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.

PhpStorm 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 PhpStorm groups. For this purpose, use the user group, or a new group.

PhpStorm 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>\.PhpStorm<version_number>\config\templates
  • Linux: ~PhpStorm<version>/config/templates
  • macOS: ~/Library/Preferences/PhpStorm<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 PhpStorm | 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 PhpStorm.
  2. Do one of the following:
    • To create a new custom group, click new 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 delete on the toolbar.
    • To add a template to a group, select the group, click new, 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.
Last modified: 29 March 2018

See Also