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 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?