Surround code fragments
GoLand provides standard templates for surrounding code fragments with various constructs based on the language of the source code. This includes if...else
conditional statements, for
loops, folding regions, and other constructs.
Surround a code block with language constructs
GoLand provides standard templates for surrounding code fragments with various constructs based on the language of the source code. This includes if...else
conditional statements, for
loops, folding regions, and other constructs.
Select a code fragment.
Press Ctrl+Alt+T or go to
in the main menu.Select the necessary surround statement from the list. When you hover over an option, you will see a preview of the change that will be applied if you select that statement.
You can edit code templates that are used in the surround statements. In the Settings dialog (Ctrl+Alt+S) , go to .
This feature applies to the following languages (contexts):
Context | Surround with |
---|---|
XML/HTML tags |
|
JavaScript statements |
|
Go statements |
|
Custom folding region comments | Any fragment of code, where Surround With is applicable. |