PyCharm 2024.2 Help

Surround code fragments

PyCharm 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, combinations of try...catch...finally, XML tags, folding regions, and other constructs.

Surround a code block with language constructs

PyCharm provides standard templates for surrounding code fragments with various constructs based on the language of the source code. This includes if...else conditional statements, for loops, folding regions, and other constructs.

  1. Select a code fragment.

  2. Press Ctrl+Alt+T or go to Code | Surround With in the main menu.

  3. Select the necessary surround statement from the list.

Preview for surround with options

This feature applies to the following languages (contexts):

Context

Surround with

XML/HTML /XHTML tags

  • Tag

  • CDATA section

  • <% ... %>

  • Emmet

Python statements

  • if

  • while

  • try/except

  • try/finally

Django templates

JavaScript statements

  • (expr)

  • !(expr)

  • if

  • if / else

  • while

  • do / while

  • for

  • try / catch

  • try / finally

  • try / catch / finally

  • with

  • function

  • { }

  • function expression

Fold code elements

Any fragment of code, where Surround With is applicable.

Last modified: 08 October 2024