PyCharm 中的快速鍵
Hotkeys
| Ctrl+ l | next highlight |
| Ctrl + Alt + L | code formatting(indentation) |
| Ctrl+ F5 | run |
| Shift + F6 | variable rename |
| Ctrl+ Shift | to Upper / Lower case |
| Alt + Shift + up | move line up |
| Ctrl + Alt + V | extract Variable |
| Ctrl + Alt + M | extract Method |
| Ctrl + Mouse(L) | view source |
| Ctrl+ N / Ctrl + Shift +N | find py_classes/files/actions(功能) |
| Ctrl + Shift + F | Find in files (輸入內文來查找) |
| Ctrl + Alt + o | Optimize imports |
| Ctrl + Alt + 左右方向鍵 | 前(次)一個游標所在地 |
| Ctrl + Shift + Backspace | 前一個編輯點 |
| Ctrl+ W | incremental selection |