Use Pycharm use shortcut keys Pycharm shortcuts

1, editing (Editing)

Ctrl + Space basic code completion (classes, methods, attributes)
Ctrl + Alt + Space to quickly import any type
Ctrl + Shift + Enter statements complete
Ctrl + P parameter information (called method parameter)
Ctrl + Q to quickly view the document
Shift + F1 external document
Ctrl + mouse Introduction
Ctrl + F1 error description or warnings
Alt + Insert automatically generate code
Ctrl + O again method
Ctrl + Alt + T selected
Ctrl + / line comments
Ctrl + Shift + / block comment
Ctrl + W selected to increase code block
Ctrl + Shift + W returns to the state prior to
Ctrl + Shift +] / [the code block is selected, the start
Alt + Enter rapid correction
Ctrl + Alt + L code formatting
Ctrl + Alt + O optimization introduced
Ctrl + Alt + I Auto indent
Tab / Shift + Tab indent, not indent the current line
Ctrl + X / Shift + Delete the current line or a selected block to the clipboard
Ctrl + C / Ctrl + Insert to copy the current line or selected code block to the clipboard
Ctrl + V / Shift + Insert from clipboard
Ctrl + Shift + V to paste from the nearest buffer
Ctrl + D to copy the selected area or line
Ctrl + Y Delete selected rows
Ctrl + Shift + J to add intelligent line
Ctrl + Enter intelligent cutting
Shift + Enter starts a new line
Ctrl + Shift + U switch between selected areas or block
Ctrl + character to the end of the delete delete
Ctrl + the Backspace delete character to begin
Ctrl + Numpad +/- expand the folded block
Ctrl + Numpad + expand
Ctrl + Numpad Collapse
Ctrl + F4 to close running tab

2, find / replace (Search / replace)
F3 to a
Shift + a former F3
Ctrl + R replace
Ctrl + Shift + F global Search
Ctrl + Shift + R global replacement

3, run (running)
Alt + Shift + F10 run mode configuration
Alt + Shift + F9 debug mode configuration
Shift + F10 run
Shift + F9 debugging
Ctrl + Shift + F10 to run the configuration editor
Ctrl + Alt + R to run manage.py task

4, commissioning (Debugging)
F8 to skip
F7 to enter
Shift + F8 Exit
Alt + F9 to run the cursor
Alt + F8 validation expression
Ctrl + Alt + F8 to quickly validate the expression
F9 recovery program
Ctrl + F8 break switch
Ctrl + Shift + F8 View breakpoint

5, navigation (navigation)
Ctrl + N Jump to kind
Ctrl + Shift + N to jump symbol
Alt + Right / Left jump to the next, a former editor of the tab
F12 back to the previous tool window
Esc from tool window back to the editing window
Shift + Esc to hide running window recently run
Ctrl + Shift + F4 to close the active tab to run
Ctrl + G to view the current line number, word, symbol
Ctrl + E current file pop
Ctrl + Alt + Left / Right Back, forward
Ctrl + Shift + Backspace to navigate to the nearest editing area
Alt + F1 to find or identify the current file
Ctrl + B / Ctrl + Click to jump to a statement
Ctrl + Alt + B Jump to realize
Ctrl + Shift + I to view quickly define
Ctrl + Shift + B Jump to the type of declaration
Ctrl + U method to jump to the parent, the parent class
Alt + Up / Down to jump to a next method
Ctrl +] / [jump to the end of the block, begin
Ctrl + F12 up the file structure
Ctrl + H type hierarchy
+ Shift + Ctrl H method hierarchy
+ Alt + Ctrl H call hierarchy
one, a highlight of the error before the next Shift F2 / F2 +
F4 / Ctrl + the Enter editing resources, see resources
Alt + Home show navigation bar switch F11 bookmark
Ctrl + Shift + F11 bookmark mnemonic switch
Ctrl + # [0-9] Jump to identify bookmarks
Shift + F11 show bookmarks

6, search-related (usage Search)
Alt + F7 / Ctrl + F7 query file usage
Ctrl + Shift + F7 file usage highlight the
Ctrl + Alt + F7 to display usage

7, reconstruction (refactoring)
F5 copy F6 cut
Alt + delete Safely Remove
Shift + F6 rename
Ctrl + F6 to change the signature
Ctrl + Alt + N inline
Ctrl + alt + M extraction method
Ctrl + alt + V extract attribute
Ctrl + alt + F extraction field
Ctrl + Alt + C extraction constants
Ctrl + Alt + P to extract parameters

8. control the VCS / Local History
Ctrl + K to submit project
Ctrl + T to update project
Alt + Shift + C to see recent changes
Alt + BackQuote ( ') VCS quickly pop up

9 stencil (the templates Live)
the Ctrl + using the Alt + current line J template
Ctrl + J stencil insert

10, substantially (General)
the Alt + # [0-9] to open a respective tool window
Ctrl + Alt + Y synchronization
Ctrl + Shift + F12 maximize the editor switch
Alt + Shift + F Add to favorite
Alt + Shift + I checked the configuration according to the current file
Ctrl + BackQuote ( ') to quickly switch the current program
Ctrl + Alt + S to open the settings page
Ctrl + Shift + A look editor All actions
Ctrl + Tab to switch between windows

Some common settings:

1. pycharm default is automatically saved, used their own press ctrl + s can be set as follows:
1. File -> Setting -> General -> Synchronization -> ON Frame Deactivation and the Save Files Save files automatically if application is idle for . . sec to remove the hook
2. file -> Setting -> Editor -> Editor tabs -> Mark modified tabs with asterisk tick
2. Alt + Enter: automatically add the bag

3. For commonly used shortcuts, you can set visual studio (eclipse ...) like:
File -> Setting -> Keymap -> keymaps -> vuisual Studio -> the Apply

4. Pycharm default font size can not be changed by the Ctrl + roller may be file -> Setting -> Editor-> Mouse set

5. To set the font Pycharm, first in the file -> Setting -> Editor-> Editor, select a style and save before you can change

6. In setting the search theme may change the subject, all unified color change

1, editing (Editing)

Ctrl + Space basic code completion (classes, methods, attributes)
Ctrl + Alt + Space to quickly import any type
Ctrl + Shift + Enter statements complete
Ctrl + P parameter information (called method parameter)
Ctrl + Q to quickly view the document
Shift + F1 external document
Ctrl + mouse Introduction
Ctrl + F1 error description or warnings
Alt + Insert automatically generate code
Ctrl + O again method
Ctrl + Alt + T selected
Ctrl + / line comments
Ctrl + Shift + / block comment
Ctrl + W selected to increase code block
Ctrl + Shift + W returns to the state prior to
Ctrl + Shift +] / [the code block is selected, the start
Alt + Enter rapid correction
Ctrl + Alt + L code formatting
Ctrl + Alt + O optimization introduced
Ctrl + Alt + I Auto indent
Tab / Shift + Tab indent, not indent the current line
Ctrl + X / Shift + Delete the current line or a selected block to the clipboard
Ctrl + C / Ctrl + Insert to copy the current line or selected code block to the clipboard
Ctrl + V / Shift + Insert from clipboard
Ctrl + Shift + V to paste from the nearest buffer
Ctrl + D to copy the selected area or line
Ctrl + Y Delete selected rows
Ctrl + Shift + J to add intelligent line
Ctrl + Enter intelligent cutting
Shift + Enter starts a new line
Ctrl + Shift + U switch between selected areas or block
Ctrl + character to the end of the delete delete
Ctrl + the Backspace delete character to begin
Ctrl + Numpad +/- expand the folded block
Ctrl + Numpad + expand
Ctrl + Numpad Collapse
Ctrl + F4 to close running tab

2, find / replace (Search / replace)
F3 to a
Shift + a former F3
Ctrl + R replace
Ctrl + Shift + F global Search
Ctrl + Shift + R global replacement

3, run (running)
Alt + Shift + F10 run mode configuration
Alt + Shift + F9 debug mode configuration
Shift + F10 run
Shift + F9 debugging
Ctrl + Shift + F10 to run the configuration editor
Ctrl + Alt + R to run manage.py task

4, commissioning (Debugging)
F8 to skip
F7 to enter
Shift + F8 Exit
Alt + F9 to run the cursor
Alt + F8 validation expression
Ctrl + Alt + F8 to quickly validate the expression
F9 recovery program
Ctrl + F8 break switch
Ctrl + Shift + F8 View breakpoint

5, navigation (navigation)
Ctrl + N Jump to kind
Ctrl + Shift + N to jump symbol
Alt + Right / Left jump to the next, a former editor of the tab
F12 back to the previous tool window
Esc from tool window back to the editing window
Shift + Esc to hide running window recently run
Ctrl + Shift + F4 to close the active tab to run
Ctrl + G to view the current line number, word, symbol
Ctrl + E current file pop
Ctrl + Alt + Left / Right Back, forward
Ctrl + Shift + Backspace to navigate to the nearest editing area
Alt + F1 to find or identify the current file
Ctrl + B / Ctrl + Click to jump to a statement
Ctrl + Alt + B Jump to realize
Ctrl + Shift + I to view quickly define
Ctrl + Shift + B Jump to the type of declaration
Ctrl + U method to jump to the parent, the parent class
Alt + Up / Down to jump to a next method
Ctrl +] / [jump to the end of the block, begin
Ctrl + F12 up the file structure
Ctrl + H type hierarchy
+ Shift + Ctrl H method hierarchy
+ Alt + Ctrl H call hierarchy
one, a highlight of the error before the next Shift F2 / F2 +
F4 / Ctrl + the Enter editing resources, see resources
Alt + Home show navigation bar switch F11 bookmark
Ctrl + Shift + F11 bookmark mnemonic switch
Ctrl + # [0-9] Jump to identify bookmarks
Shift + F11 show bookmarks

6, search-related (usage Search)
Alt + F7 / Ctrl + F7 query file usage
Ctrl + Shift + F7 file usage highlight the
Ctrl + Alt + F7 to display usage

7, reconstruction (refactoring)
F5 copy F6 cut
Alt + delete Safely Remove
Shift + F6 rename
Ctrl + F6 to change the signature
Ctrl + Alt + N inline
Ctrl + alt + M extraction method
Ctrl + alt + V extract attribute
Ctrl + alt + F extraction field
Ctrl + Alt + C extraction constants
Ctrl + Alt + P to extract parameters

8. control the VCS / Local History
Ctrl + K to submit project
Ctrl + T to update project
Alt + Shift + C to see recent changes
Alt + BackQuote ( ') VCS quickly pop up

9 stencil (the templates Live)
the Ctrl + using the Alt + current line J template
Ctrl + J stencil insert

10, substantially (General)
the Alt + # [0-9] to open a respective tool window
Ctrl + Alt + Y synchronization
Ctrl + Shift + F12 maximize the editor switch
Alt + Shift + F Add to favorite
Alt + Shift + I checked the configuration according to the current file
Ctrl + BackQuote ( ') to quickly switch the current program
Ctrl + Alt + S to open the settings page
Ctrl + Shift + A look editor All actions
Ctrl + Tab to switch between windows

Some common settings:

1. pycharm default is automatically saved, used their own press ctrl + s can be set as follows:
1. File -> Setting -> General -> Synchronization -> ON Frame Deactivation and the Save Files Save files automatically if application is idle for . . sec to remove the hook
2. file -> Setting -> Editor -> Editor tabs -> Mark modified tabs with asterisk tick
2. Alt + Enter: automatically add the bag

3. For commonly used shortcuts, you can set visual studio (eclipse ...) like:
File -> Setting -> Keymap -> keymaps -> vuisual Studio -> the Apply

4. Pycharm default font size can not be changed by the Ctrl + roller may be file -> Setting -> Editor-> Mouse set

5. To set the font Pycharm, first in the file -> Setting -> Editor-> Editor, select a style and save before you can change

6. In setting the search theme may change the subject, all unified color change

Guess you like

Origin www.cnblogs.com/maaosheng/p/11619107.html