On this page:
Applicable contexts
The Surround with feature ( or Ctrl+Alt+T) lets you put expressions or statements within blocks or language constructs. This feature in IntelliJ IDEA applies to:
| Context | Surround with | Example |
|---|---|---|
| Java statements |
|
|
| Java expressions |
|
|
| XML/HTML /JSP/JSPX tags |
|
|
| JavaScript statements |
|
|
| ActionScript statements |
|
|
| PHP statements |
|
|
| Custom folding region comments | Any fragment of code, where Surround With is applicable |
|
Surrounding blocks of code
- Select the desired code fragment.
- Do one of the following:
- On the main menu, choose
- Press Ctrl+Alt+T.
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.
