CLion 2024.1 Help

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

The 'Surround with' options
The result of surrounding with while

Surround a code block with language constructs

  1. Select a code fragment.

  2. Call Code | Surround With from the main menu or press Ctrl+Alt+T.

  3. Select the necessary surround statement from the list.

Last modified: 16 April 2024