Alt+enter Automatically add packages
Ctrl+t SVN update
Ctrl+k SVN submission
Ctrl +/Comment (uncomment) the selected line
Ctrl+shift+f Advanced Find
Ctrl+enter Full complement
Shift + Enter to start a new line
TAB shift+tab indent/un-indent selected rows
Ctrl + Alt + I Auto Indent
Ctrl + Y Deletes the row where the current caret is located
Ctrl + D Copies the current line, or blocks selected
Ctrl + Shift + J merge rows
Ctrl + Shift + V paste from the nearest buffer
Ctrl + DELETE Delete to end of character
Ctrl + Backspace Delete to start of character
Ctrl + numpad+/-Expand or shrink blocks of code
Ctrl + Shift + numpad+ expands all blocks of code
Ctrl + Shift + numpad-shrinks all blocks of code
1, edit (Editing)
Ctrl + Space Basic code completion (classes, methods, properties)
Ctrl + ALT + Space Quick Import any class
Ctrl + Shift + Enter statement complete
CTRL + P parameter Number information (call parameter in method)
Ctrl + Q Quick View Document
Shift + F1 External document
Ctrl + Mouse Introduction
Ctrl + F1 display error description or warning message
Alt + Insert Auto generate code
CTR L + O Re-method
Ctrl + ALT + T Check
Ctrl +/Line Comment
Ctrl + Shift +/Block Comment
Ctrl + W Select Add code block
Ctrl + Shift + W return to previous state
ctrl + Shift +/[SELECT code block end, start
Alt + Enter quick fix
Ctrl + ALT + L code formatting
Ctrl + ALT + O optimize import
Ctrl + ALT + I Auto indent tab/shift + Tab indent, do not indent the current line
Ctrl+x/shift+delete cut the current line or selected code block to the Clipboard
Ctrl+c/ctrl+insert Copy the current line or selected code block to the Clipboard
Ctrl+v/shift+insert pasting from the Clipboard
Ctrl + Shift + V paste from the nearest buffer
Ctrl + D to copy the selected range or row
Ctrl + Y Deletes the selected row
Ctrl + Shift + J Add smart Line
Ctrl + Enter Smart wire cut
Shift + Enter Another line
Ctrl + Shift + U toggle between selected areas or blocks of code
Ctrl + DELETE Delete to character end
Ctrl + Backspace Delete to character start
Ctrl + numpad+/-Expand collapsed code block
Ctrl + numpad+ All expand
Ctrl + numpad-All folding
Ctrl + F4 Close the Running tab
2. Find/replace (search/replace)
F3 Next
Shift + F3 Previous
Ctrl + R Replacement
Ctrl + Shift + F Global Lookup
Ctrl + Shift + R global substitution
, Run (Running)
Alt + Shift + F10 run mode configuration
Alt + Shift + F9 Debug mode configuration
Shift + F10 Run
Shift + F9 Debugging
Ctrl + Shift + F10 Run editor configuration
Ctrl + Alt + R run manage.py task
4. Commissioning (Debugging)
F8 Skip
F7 Enter
Shift + F8 Exit
ALT + F9 Running cursors
Alt + F8 Validation expression
Ctrl + Alt + F8 Quick Validation expression
F9 Recovery Program
Ctrl + F8 Breakpoint switch
Ctrl + Shift + F8 View breakpoints
5. Navigation (Navigation)
Ctrl + N jump to Class
Ctrl + Shift + N jump to symbol
Alt + Right/left Jump to the next, previous edit tab
F12 back to the previous tool window
ESC returns to the edit window from the tool window
Shift + ESC To hide a running, recently run window
Ctrl + Shift + F4 Close the active tab
Ctrl + G View current line numbers, character symbols
Ctrl + E Current file Popup
Ctrl+alt+left/right Back and forward
Ctrl+shift+backspace navigating to the most recently edited area
Alt + F1 Find current file or identity
Ctrl+b/ctrl+click Jump to Declaration
Ctrl + Alt + B jump to implementation
Ctrl + Shift + I view quick definitions
Ctrl + Shift + b jump to type declaration
Pycharm shortcut keys