Surround code fragments
Last modified: 21 July 2022CLion 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, folding regions, and other constructs.

Surround a code block with language constructs
Select the desired code fragment.
Call Code | Surround With from the main menu or press Ctrl+Alt+T.
Select the necessary surround statement from the list.
Thanks for your feedback!
Was this page helpful?