PyChram使用技巧

发布时间:2019-02-28 18:39:04编辑:auto阅读(2649)

    1、打开当前文件路径

    project-->右键-->Show in Explorer

    2、修改字体大小

    a、工作台字体:

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

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

    b、控制台字体:

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

    同上

    c、全局调节

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

    3、显示行号

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

    4、配置模板

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

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

     

关键字