pycharm best remember commonly used shortcuts Daquan

pycharm best remember commonly used shortcuts Daquan

1, Ctrl + class:

Ctrl + Mouse Introduction / custom code to enter
Ctrl + F1 displays an error or warning message described
Ctrl + F4 to close running tab
Ctrl + F6 to change the signature
Ctrl + F7 query file usage
Ctrl + F8 break switch
Ctrl + F12 up the file structure
Ctrl + # [0-9] to jump to the book marker

Ctrl + D Copies the selected region or row
Ctrl + Y Delete selected rows
Ctrl + X the current line or a selected block to the clipboard
Ctrl + C Copy selected code block or the current line to the clipboard
Ctrl + V paste from the clipboard
Ctrl + P parameter information (parameter in the method call)
Ctrl + Q Quick View document
Ctrl + O again method
Ctrl + W select the new code block
Ctrl + R replace
Ctrl + N jump to the class
Ctrl + G view the current line number, word, symbol
Ctrl + E eject the current file, open recently used file list
Ctrl + U method to jump to the parent, the parent class
Ctrl + H type hierarchy
Ctrl + K to submit project
Ctrl + T to update project
Ctrl + J insert template
Ctrl + B / Ctrl + Click to jump statement

Ctrl + Space basic code completion (classes, methods, attributes)
Ctrl + / line comment / Cancel line comments
Ctrl + Enter intelligent cutting
Ctrl + Delete to delete the character to the end of
Ctrl + Backspace to delete the character to the beginning
Ctrl +] / [Jump to the code block starts
Ctrl + Tab to switch between windows
Ctrl + BackQuote ( ') fast switching of the current Program

2, Ctrl + Alt + categories:

Ctrl + Alt + F8 quickly verify expression
Ctrl + Alt + F7 to display usage

Ctrl + Alt + T selected
Ctrl + Alt + R manage.py running task
Ctrl + Alt + B Jump to achieve
Ctrl + Alt + H calling hierarchy
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
Ctrl + Alt + J of the current line using template
Ctrl + Alt + Y synchronization
Ctrl + Alt + S to open the settings page
Ctrl + Alt + Space to quickly import any type
Ctrl + Alt + Left / Right Back, forward

3, Ctrl + Shift + class:

Ctrl + Shift + W returns to the state prior to
Ctrl + Shift + Z Redo Redo
Ctrl + Shift + V paste from the latest buffer
Ctrl + Shift + J add intelligence line
Ctrl + Shift + selected areas between the U-block or switching
Ctrl + shift + F or 2 consecutive tapping global shift lookup {find what a string throughout the project, such as finding before a function name strings to see how to use this function}
Ctrl + the shift + R global replacement
Ctrl + Shift + N symbol jumps to
Ctrl + Shift + I see quickly define
Ctrl + Shift + B Jump to a type declaration
Ctrl + Shift + H method hierarchy
Ctrl + Shift + a Find all actions editor
Ctrl + Shift + F4 to close the active tab to run
Ctrl + Shift + F7 file usage highlight
Ctrl + Shift + F8 to see breakpoints
Ctrl + Shift + F10 to run the configuration editor
Ctrl + Shift + F11 bookmark mnemonic switch
Ctrl + Shift + F12 maximize edit switch
Ctrl + Shift + / comment block
Ctrl + Shift + Enter statement completed
Ctrl + Shift +] / [the code block is selected, started
Ctrl + shift + Numpad +/- Expand / Collapse all code blocks
Ctrl + Shift + Backspace navigate to the nearest editing area

4, Alt + categories:

Alt + F1 to find the current file or logo
Alt + F8 validation expression
Alt + F9 to run the cursor
Alt + # [0-9] opens the corresponding tool window

Alt + Insert to automatically generate code
Alt + Enter Quick Fix
Alt + Home show navigation bar switch F11 bookmark
Alt + Delete Safely Remove
Alt + Right / Left jump to the next, a former editor of the tab
Alt + Up / Down to jump on a next method
Alt + BackQuote ( ') VCS eject quickly

Alt + Shift + F10 run mode configuration
Alt + Shift + F9 Debug mode configuration
Alt + Shift + C to see recent changes
Alt + Shift + F Add to favorite
Alt + Shift + I checked according to the configuration of the current file

5, Shift + class:

Shift + F1 external documents into the web page document
Shift + F3 before a
Shift + F6 Rename
Shift + F8 Exit
Shift + F9 debugging
Shift + F10 run
Shift + F11 Show Bookmarks

Shift + Enter starts a new line
Shift + Esc to hide running window recently run

Heading 6 other categories:

F1 external documents
one, before highlighting a mistake under F2 / F2 the Shift +
F3 next
F4 / Ctrl + Enter editing resources, see Resources
F5 Copy
F6 cut
F7 to enter the
F8 skip
F9 recovery program
F12 back to the previous tool window

Tab / Shift + Tab indent, not indent the current line
Ctrl + Numpad +/- expand / collapse code block (the current position: a function, comments, etc.)
the Esc window from the tool back to the edit window

Published an original article · won praise 1 · views 121

Guess you like

Origin blog.csdn.net/Mamingzuo/article/details/104486558