Some shortcut keys commonly used in pycharm

I usually use pycharm for programming. This software is very good and powerful. At the same time, the teacher told me that a good programmer does not need a mouse. Besides, I usually feel that the mouse is really a bit laborious, so I started from the Internet. Find the shortcut key to write pycharm.
1. Edit
Ctrl+space Basic code completion (including classes, methods, properties, etc.)
Ctrl+f1 Display error descriptions or warning messages
Ctrl + / Line comments
Ctrl + Q Quick view documentation
Ctrl + Shift + / Block comments
Ctrl + Alt + I Auto indent
Alt + Enter Quick fix
Ctrl+X/Shift+Delete Cut current line or selected code block to clipboard
Ctrl+C/Ctrl+Insert Copy current line or selected code block to clipboard
Ctrl +V/Shift+Insert Paste from clipboard
Ctrl + Shift + V Paste from nearest buffer
Ctrl + D Copy selected area or line
2, Find/Replace
Ctrl + Shift + F Global Find
Ctrl + Shift + R Global Replace
f3 next
shift+f3 previous
3, run
Shift + f10 run
Shift + f9 debug
4, search
for query usage in related Alt + F7/Ctrl + F7 files
Ctrl + Shift + F7 Highlight usage in file
Ctrl + Alt + F7 Show usage
5. Basic

Ctrl + Shift + F12 Maximize editing switch
Ctrl + Alt + S Open settings page
Ctrl + Shift + A Find all actions in editor
Ctrl + Tab to switch between windows

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326686834&siteId=291194637