PyCharm ReferenceCard
PyCharm ReferenceCard
PyCharm ReferenceCard
Editing Ctrl + Space Ctrl + Alt + Space Ctrl + Shift + Enter Ctrl + P Ctrl + Q Shift + F1 Ctrl + mouse over code Ctrl + F1 Alt + Insert Ctrl + O Ctrl + Alt + T Ctrl + / Ctrl + Shift + / Ctrl + W Ctrl + Shift + W Alt + Enter Ctrl + Alt + L Ctrl + Alt + O Ctrl + Alt + I Tab / Shift + Tab Ctrl + X or Shift + Delete Ctrl + C or Ctrl + Insert Ctrl + V or Shift + Insert Ctrl + Shift + V Ctrl + D Ctrl + Y Ctrl + Shift + J Ctrl + Enter Shift + Enter Ctrl + Shift + U Ctrl + Delete Ctrl + Backspace Ctrl + NumPad+/Ctrl + Shift + NumPad+ Ctrl + Shift + NumPadCtrl + F4 Search/Replace Ctrl + F F3 Shift + F3 Ctrl + R Ctrl + Shift + F Ctrl + Shift + R Find Find next Find previous Replace Find in path Replace in path Basic code completion (the name of any class, method or variable) Class name completion (the name of any project class independently of current imports) Complete statement Parameter info (within method call arguments) Quick documentation lookup External Doc Brief Info Show descriptions of error or warning at caret Generate code... Override methods Surround with... Comment/uncomment with line comment Comment/uncomment with block comment Select successively increasing code blocks Decrease current selection to previous state Show intention actions and quick-fixes Reformat code Optimize imports Auto-indent line(s) Indent/unindent selected lines Cut current line or selected block to clipboard Copy current line or selected block to clipboard Paste from clipboard Paste from recent buffers... Duplicate current line or selected block Delete line at caret Smart line join Smart line split Start new line Toggle case for word at caret or selected block Delete to word end Delete to word start Expand/collapse code block Expand all Collapse all Close active editor tab
To find any action inside the IDE use Find Action (Ctrl+Shift+A)