Pycharm shortcuts Daquan and some common settings

If Pycharm not take shortcuts solutions
open PyCharm-> File-> Setting-> Vim Emulation , open the following dialog:
! [Insert Picture description here] (https://img-blog.csdnimg.cn/20190415172928846.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NDgwNjE5Mw==,size_16,color_FFFFFF,t_70the shortcuts behind Handler options you need to use the IDE instead then Apply, then point it ok
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
a front Shift + F3
the Ctrl + R & lt Alternatively
Ctrl + Shift + F global find
Ctrl + Shift + R Global Replace

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

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 breakpoints

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 the Tools 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 a type 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 popup file structure
Ctrl + H type hierarchy
Ctrl + Shift + H method hierarchy
Ctrl + Alt + H call hierarchy
F2 / Shift + F2 next one, before a highlighted error
F4 / Ctrl + 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, the reconstructed (Refactoring)
the F5 F6 Cut Copy
Alt + Delete safely remove
Shift + F6 Rename
Ctrl + F6 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 parameter extraction

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, the template (the Templates Live)
the Ctrl + using the Alt + current line J template
Ctrl + J Insert template

10, the basic (General)
the Alt + # [0-9] to open a respective tool window
Ctrl + Alt + Y synchronization
Ctrl + Shift + F12 maximize edit switch
Alt + Shift + F Add to favorite
Alt + Shift + I depending on the configuration check the current file
Ctrl + BackQuote ( ') to quickly switch the current program
Ctrl + Alt + S to open the settings page
Ctrl + Shift + a to find all the action editor
Ctrl + tab to switch between windows

Published 16 original articles · won praise 30 · views 10000 +

Guess you like

Origin blog.csdn.net/weixin_44806193/article/details/89317769