Unwrapping and removing statements
PyCharm 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.
Place the caret at the expression you want to extract or unwrap.
Choose Code | Unwrap/Remove from the main menu or press CtrlShiftDelete.
PyCharm shows a popup with the available actions in the current context. Statements to be extracted and statements to be removed are highlighted with different backgrounds.
In the example below, you can do one of the following:
Unwrap the if statement
Unwrap the for cycle
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?