Surround code fragments
CLion 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
from the main menu or press Ctrl+Alt+T.Select the necessary surround statement from the list.
Last modified: 21 July 2022