WebStorm 2016.2 Help

Language Injection Settings dialog: Generic JavaScript

File | Settings | Editor | Language Injection - Generic JavaScript for Windows and Linux
WebStorm | Preferences | Editor | Language Injection - Generic JavaScript for OS X
Ctrl+Alt+S

settings

The dialog box opens when you click add.png  and choose Generic JS on the context menu, or select an entry and click edit1.

WebStorm comes with a set of predefined injection configurations which is quite sufficient to ensure high productivity and comfortable environment. Therefore it is strongly recommended that you use the predefined injection configurations and avoid creating new ones.

ItemDescription
Name In this text box, type the name that will identify the injection configuration in the list. The text box is available when configuration is created (add), or configured (edit1).
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.
  • ID - from this drop-down list, select the ID of the language of the injection.
  • Prefix - in this text box, specify the character string to be automatically added before the injection.
  • Suffix - in this text box, specify the character string to be automatically added after the injection.

The Prefix and Suffix text boxes are optional.

Places Pattern In this text box, type the rules that define the context where you want WebStorm recognize literals as injections.
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.
  • Value pattern - in this text box, type a regular expression that determines the context to inject the language into. By using the first capturing group of the pattern as the target for injection, you can configure the procedure to have the language injected only into values that match a certain pattern or into multiple parts that match the pattern. For example, ^javascript:(.*) matches the javascript protocol that can be used in hyperlink-hrefs to execute JavaScript code.
  • Single file - select this check box to specify an exact file to apply the injection to. Type the name of the file in the Value pattern.

See Also

Last modified: 15 November 2016