Unwrapping and removing statements
Last modified: 21 July 2022PyCharm lets you quickly unwrap or extract expressions from enclosing statements. This action is available for:
JavaScript: if ...else, for, while, and do...while control structures.
Unwrap or remove a statement
Place the caret at the expression you want to extract or unwrap.
Choose Code | Unwrap/Remove from the main menu or press Ctrl+Shift+Delete. PyCharm shows a popup with all the actions that are available in the current context. Statements to be extracted are displayed on the blue background, statements to be removed are displayed on the grey background.
Click the desired action or select it using the up and down arrow keys and press Enter.
Thanks for your feedback!
Was this page helpful?