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.
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 the desired code fragment.
On the Code menu, click Surround With CtrlAlt0T.
Select the necessary surround statement from the list.
Thanks for your feedback!
Was this page helpful?