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.
Before | After |
|---|---|
![]() | ![]() |
Surround a code block with language constructs
Select a code fragment.
Call from the main menu or press Ctrl+Alt+T.
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.
Last modified: 24 January 2025

