pycharm default annotation shortcut functionality

pycharm shortcuts tips

Ctrl + d copy the current row, or the selected block
Ctrl + jump to the n-type
Ctrl + shift + n to quickly find a file name
Ctrl + shift + f global find quick file search keys
Ctrl + shift + r global replacement
Ctrl + Mouse left View source
Ctrl + alt + left and right arrow keys to see the source code in the forward return
Ctrl + a select
ctrl + alt + l formatting code
Ctrl + / comment selected code
Alt + enter automatically imported package
Tab multiple rows moved rearward
shift + tab to the Tab opposite
alt + select multiple lines operating like notepad ++

Ctrl + c copy the selected code block or the current line to the clipboard
Ctrl + x the current line or a selected block to the clipboard
Ctrl + v paste

 Debugging code

Breakpoints: program execution is stopped to this place.
F7: Step Into enter the code.
F8: Step Over skip to the next step.
F9: resume program recovery program or execute to the next breakpoint.

How pycharm set rise python files?

File-Setting enter

Enter looked script automatically get the information you want:

# - * - Coding: UTF-8 - * -
# @ Time: $ {DATE} $ {the TIME}
# @ Author: strange began to take
# @ File: $ {NAME} .py

Once configured, the new view as a python script, we configured the

 

Guess you like

Origin www.cnblogs.com/yoyoblogs/p/11268366.html