| Item | Description |
|---|---|
| Display Name |
In this text box, type the name that will identify the injection configuration in the list.
Note The text box is available only during configuration creation. |
| Language |
In this area, specify the language of the injection. If necessary, define the context to be automatically made up
when the injection is opened in the editor.
Note The Prefix and Suffix text boxes are optional. |
| Places Pattern |
In this text box, type the rules that define the context where you want PhpStorm recognize literals as injections.
Note
The rules are built from Program Structure Interface Patterns and are actually chained calls of methods of a Groovy-like internal PhpStorm language.
The Program Structure Interface Warning These rules are PhpStorm internals, and it is strongly recommended that you use the predefined injection configurations and avoid creating new ones. |
| Advanced |
In this area, specify additional settings to narrow the context where the injection is applicable and thus the enable more fine-grained control over the injection process.
|


in the
.
shows the structure of a file as PhpStorm treats it.
For more information on the syntax used, refer to