1.主题更改:
setting→editor→color scheme 选择default就是白色背景了
2.pip无法使用:
将python文件夹下的Scripts添加到Path环境变量,如:C:\Users\IT\AppData\Local\Programs\Python\Python37\Scripts
3.添加作者,时间,及编码默认格式
setting→editor→File and code templates →Python script
#__author__:"Stark"
#date:${DATE}
# -*- coding:utf-8 -*-
![](https://img.haomeiwen.com/i14443711/ae23270640252c8f.png)
4.界面字体随鼠标变化
setting→editor→general→勾选change font seize(zoom)whith Ctrl+Mouse Wheel
![](https://img.haomeiwen.com/i14443711/dfb119dac5697b89.png)
5.查看python自带方法
输入自带方法,CTRL+自带方法名
进入自带方法名内容后,点击聚焦按钮,就能展示相应的自带方法内容
![](https://img.haomeiwen.com/i14443711/827f02b1b900a8d3.png)
点击工具按钮,可以展示类里面的子方法
![](https://img.haomeiwen.com/i14443711/2a25656eea5a1a71.png)
网友评论