欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

PyChram使用技巧

程序员文章站 2022-05-10 21:17:26
1、打开当前文件路径 project-->右键-->Show in Explorer 2、修改字体大小 a、工作台字体: file-->setting-->editor-->colors&fonts-->font size为字体大小,line spacing为行距。 b、控制台字体: file--> ......

1、打开当前文件路径

project-->右键-->show in explorer

PyChram使用技巧

2、修改字体大小

a、工作台字体:

file-->setting-->editor-->colors&fonts-->font

size为字体大小,line spacing为行距。

PyChram使用技巧

b、控制台字体:

file-->setting-->editor-->colors&fonts-->console font

同上

c、全局调节

打开设置标签页,在搜索框输入mouse搜索,如图,勾选上,可以通过ctrl+滚轮调节工作台和控制台字体大小。

PyChram使用技巧

3、显示行号

在行号显示空白处右键,勾选show line numbers,即可显示行号。

PyChram使用技巧

4、配置模板

file-->setting-->editor-->code style-->file and code temples-->python script

配置了模板之后,新建的python文件会显示模板。

PyChram使用技巧