PyCharm must-see--PyCharm basic manual

PyCharm must-see – PyCharm basic manual

Encoding settings for PyCharm

www.hyithack.com

Font settings for PyCharm

www.hyithack.com

Theme setting of PyCharm

set theme

www.hyithack.com

install theme

www.hyithack.com

uninstall theme

www.hyithack.com

PyCharm's background beautification

连续按下两次 Shift 键,然后在输入框输入 Set Background Image (若使用汉化插件,直接搜索 设置背景图像 即可)

www.hyithack.com
www.hyithack.com

PyCharm's installation module

安装模块,+ 号是添加模块,- 号卸载模块

www.hyithack.com

输入模块名,选择模块版本,进行安装

insert image description here

PyCharm's setting template

www.hyithack.com

Chinese plugin for PyCharm

install plugin

www.hyithack.com

uninstall plugin

www.hyithack.com

Common shortcuts of PyCharm

#编辑类
Ctrl + D             复制选定的区域或行
Ctrl + Y           删除选定的行
Ctrl + Alt + L     代码格式化(系统自动整理你的代码格式,会更加美观)
Ctrl + Alt + O     优化导入(去掉没用到的导入包)
Ctrl + 鼠标        打开并查看方法模块中的源码   
Ctrl + /           行注释 、取消注释
Ctrl + 左方括号   快速跳到代码开头
Ctrl + 右方括号   快速跳到代码末尾
Shift + F10        运行
Shift + F9         调试

#查找/替换类
Ctrl + F          当前文件内关键字查找
Ctrl + R          当前文件内关键字替换
Ctrl + Shift + F  全局关键字查找关键字
Ctrl + Shift + R  全局关键字查找后可选择性替换

#运行类
Shift + F10        运行
Shift + F9         调试
Alt + Shift + F10  运行模式配置
Alt + Shift + F9   调试模式配置

#调试类
F8                单步调试(一行一行走)
F7                进入内部
Shift + F8        退出
Ctrl + F8         在当前行加上断点/断点开关
Ctrl + Shift + F8 查看所有断点

#导航类
Ctrl + N          快速查找类(也可查找当前工程中的文件,以文件名查找)
Double Shift      任意位置查找

It's not easy to organize, everyone, remember to like and comment, and finally wish you good luck in the new year~~~

Guess you like

Origin blog.csdn.net/HYXRX/article/details/114969447