Surround code fragments
PhpStorm provides standard templates for surrounding code fragments with various constructs based on the language of the source code. This includes if...else
conditional statements, do...while
and for
loops, combinations of try...catch...finally
, XML tags, folding regions, and other constructs.
Select the desired code fragment.
On the Code menu, click Surround With CtrlAlt0T.
Select the necessary surround statement from the list.
This feature applies to the following languages (contexts):
Context | Surround with | Example |
---|---|---|
XML/HTML tags |
| ![]() |
JavaScript statements |
| ![]() |
PHP statements |
| ![]() |
Any fragment of code, where Surround With is applicable | ![]() |
Thanks for your feedback!