PyCharm常用设置
点击左上角 File -> Settings 进入设置界面,以下操作设置完点击OK才能生效

1、设置Python自动引入包
Editor -> General > Auto import -> Python :show import popup 快捷键:Alt + Enter(自动添加包)
2、设置编辑器“字体”大小
Editor -> Font -> Size -> 设置为“18”
3、设置编辑器“颜色”主题
Editor -> Colors Scheme -> Scheme -> 选择“Darcula”
4、Python文件默认编码
Editor -> File Encodings -> Global Encoding: UTF-8; Project Encoding: UTF-8
小知识点
- 使用PyCharm编辑器写完代码,默认会自动保存。