python开发工具pycharm个性化设置备份

pycharm个性化设置备份

1.设置默认pycharm解析器

2.设置缩进符为制表符“tab”

file -> default settings -> code style -> general -> 勾选“use tab character” -> python -> 勾选“use tab character” -> 其他的语言代码同理设置

3.设置ide皮肤主题

file -> settings -> ide settings -> appearance -> theme -> 选择“alloy.idea theme”

4.显示“行号”与“空白字符”

file -> settings -> ide settings -> editor -> appearance -> 勾选“show line numbers”、“show whitespaces”、“show method separators”

5.设置编辑器“颜色与字体”主题

file -> settings -> ide settings -> editor -> colors & fonts -> scheme name -> 选择“darcula” 说明:先选择“darcula”,再“save as”一份,命名为“qianyunlai.com”,因为默认的主题是“只读的”,一些字体大小颜色什么的都不能修改,拷贝一份后方可修改!

Posted in 未分类

发表评论