使用python开发工具pycharm个性化设置的方法

python开发工具pycharm个性化设置,包括设置默认pycharm解析器、设置缩进符为制表符、设置ide皮肤主题等,大家参考使用吧

1.设置默认pycharm解析器:

操作如下:

python–>preferences–>project interpreter–>python interpreter 点击“+”号选择系统安装的python。

然后再返回project interpreter,选择刚添加的解释器。

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

file -> default settings -> code style

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

3.设置ide皮肤主题

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

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

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

ctrl + shift + a查找编辑器里所有的动作

ctrl + tab在窗口间进行切换

以上就是使用python开发工具pycharm个性化设置的方法的详细内容,更多请关注 第一php社区 其它相关文章!

Posted in 未分类

发表评论