Surrounding Blocks of Code with Language Constructs
The Surround with feature allows you easily put expressions or statements within blocks or language constructs. This feature in WebStorm applies to:
Context | Surround with | Example |
---|---|---|
XML/HTML tags |
|
![]() |
JavaScript statements |
![]() | |
Custom folding region comments | Any fragment of code, where Surround With is applicable | ![]() |
To surround a block of code
- Select the desired code fragment.
- Do one of the following:
A pop-up window displays the list of enclosing statements according to the context.
- Select the desired surround statement from the list. To do that, use the mouse cursor, up and down arrow keys, or a shortcut key displayed next to each element of the list.
See Also
Last modified: 11 July 2016