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 a code fragment.
Press CtrlAlt0T or go to Code | Surround With in the main menu.
Select the necessary surround statement from the list.
Thanks for your feedback!
Was this page helpful?