The most complete pycharm shortcut in history! Come in and order a collection

Alt+Enter automatically add package

Ctrl+t SVN update

Ctrl+k SVN submit

Editing class:

Ctrl + Space Basic code completion (classes, methods, attributes) Ctrl + Alt + Space Class name completion
Ctrl + Shift + Enter Statement completion
Ctrl + P Parameter information (call parameters in the method)
Ctrl + Q Quick view documentation
Shift + F1 External document
Ctrl + mouse introduction
Ctrl + F1 Display error description or warning message
Alt + Insert Automatically generate code
Ctrl + O New method
Ctrl + Alt + T Select
Ctrl + / Line comment
Ctrl + Shift + / Block comment
Ctrl + W Select added Code block
Ctrl + Shift + W Back to the previous state
Ctrl + Shift + ]/[ End of selected code block, start
Alt + Enter Quick fix
Ctrl + Alt + L Code formatting
Ctrl + Alt + O Optimize import
Ctrl + Alt + I Automatically indent
Tab / Shift + Tab Indent or 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 python basic tutorial Selected code block to clipboard Ctrl+V/Shift+Insert to paste from clipboard
Ctrl + Shift + V Paste from the nearest buffer
Ctrl + D Copy selected area or line
Ctrl + Y Delete selected line
Ctrl + Shift + J Add smart line
Ctrl + Enter Smart line cutting
Shift + Enter Start another line
Ctrl + Shift + U Switch between the selected area or code block
Ctrl + Delete Delete to the end of the character
Ctrl + Backspace Delete to the beginning of the character
Ctrl + Numpad+/- Expand and collapse the code block
Ctrl + Numpad+ Expand all
Ctrl + Numpad- Collapse all
Ctrl + F4 Close the running tab

Run class:

Alt + Shift + F10 Run mode configuration
Alt + Shift + F9 Debug mode configuration
Shift + F10 Run
Shift + F9 Debug
Ctrl + Shift + F10 Run editor configuration
Ctrl + Alt + R Run manage.py task

Debugging category:

F8 Skip
F7 Enter
Shift + F8 Exit
Alt + F9 Run cursor
Alt + F8 Verify expression
Ctrl + Alt + F8 Quickly verify expression
F9 Recovery program
Ctrl + F8 Breakpoint switch
Ctrl + Shift + F8 View breakpoint

Navigation class:

Ctrl + N Jump to the category
Ctrl + Shift + N Jump to the symbol
Alt + Right/Left Jump to the next and previous editing tab F12 Return to the previous tool window
Esc Return to the editing window from the tool window
Shift + Esc Hide the running and recently running window
Ctrl + Shift + F4 Close the active running tab
Ctrl + G View the current line number and character number
Ctrl + E The current file pops up
Ctrl+Alt+Left/Right Backward, forward
Ctrl+Shift+ Backspace Navigate to the most recent editing area of the c# tutorial
Alt + F1 Find the current file or logo
Ctrl+B / Ctrl+Click Jump to the statement
Ctrl + Alt + B Jump to the realization
Ctrl + Shift + I View the quick definition
Ctrl + Shift + B Jump to type declaration
Ctrl + U Jump to parent method, parent class
Alt + Up/Down Jump to the previous and next method
Ctrl + ]/[ Jump to the end of the code block, start
Ctrl + F12 to pop up the file structure
Ctrl + H type hierarchy
Ctrl + Shift + H method hierarchy
Ctrl + Alt + H call hierarchy
F2 / Shift + F2 next and previous highlighted error
F4 / Ctrl + Enter edit resources, view resources
Alt + Home display navigation bar F11 bookmark switch
Ctrl + Shift + F11 bookmark mnemonic switch
Ctrl + #[0-9] Jump to the identified bookmark
Shift + F11 display bookmark

Find/replace class:

F3 Next
Shift + F3 Previous
Ctrl + R Replace
Ctrl + Shift + F Global search
Ctrl + Shift + R Global replace

Search category:

Shift +F6 quickly browse the currently edited file, it displays the list of members of the current class

Alt + F7/Ctrl + F7 Query usage in files
Ctrl + Shift + F7 Highlight usage in files
Ctrl + Alt + F7 show usage

Refactored class:

F5 Copy
F6 Cut
Alt + Delete Safe Delete
Shift + F6 Rename
Ctrl + F6 Change Signature
Ctrl + Alt + N Inline
Ctrl + Alt + M Extract Method
Ctrl + Alt + V Extract Attributes
Ctrl + Alt + F Extract Field
Ctrl + Alt + C to extract constants
Ctrl + Alt + P to extract parameters

general:

Alt + #[0-9] Open the corresponding tool window
Ctrl + Alt + Y Synchronous
Ctrl + Shift + F12 Maximize editing switch
Alt + Shift + F Add to favorite
Alt + Shift + I Check current file according to configuration
Ctrl + BackQuote (') Quickly switch the current plan
Ctrl + Alt + S Open the settings page
Ctrl + Shift + A Find the vb.net tutorial in the editor
All actions
Ctrl + Tab to switch between windows

Just like it when you see it~

Guess you like

Origin blog.csdn.net/chinaherolts2008/article/details/112911388