PyCharm Edu 2018.2 Help

Surround Code Fragments with Language-Specific Constructs

PyCharm Edu 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, folding regions, XML tags, and so on.

To surround a block of code:

  1. Select the desired code fragment.

  2. Press Ctrl+Alt+T.

  3. Select the necessary surround statement from the list.

This feature applies to the following languages (contexts):

Context

Surround with

Example

XML/HTML /XHTML tags

  • Tag

  • CDATA section

  • <% ... %>

  • Emmet

wrapTags.png

Python statements

  • if
  • while
  • try/except
  • try/finally
python_wrapStatement.png

Custom folding region comments

Any fragment of code, where Surround With is applicable

pe customFolding1

Last modified: 7 December 2018