CLion 2021.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.

surround with example

Surround a code block with language constructs

  1. Select the desired 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: 08 March 2021