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.
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.
<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
-
OS X:
~/Library/Preferences/PhpStorm<version>/templates
Managing groups of live templates
- Open the Settings / Preferences Dialog by pressing Ctrl+Alt+S or by choosing for Windows and Linux or for OS X, 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.
-
Do one of the following:
-
To create a new custom group, click
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
on the toolbar.
-
To add a template to a group, select the group, click
, 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.
-
To create a new custom group, click