手残更新Pycharm 2020.1 版时将配置文件都删除了😂;在此重新记录下配置!
编辑器字体
设置路径:File | Settings | Editor | Font
Python 文件模板
设置路径:File | Settings | Editor | File and Code Templates
# -*- coding: utf-8 -*-
"""
@Time : ${DATE}
@Author : ${USER}
@File : ${NAME}
@Description :
"""
插件
设置路径:File | Settings | Plugins
安装方式:直接在Marketplace搜索安装;【Ps:安装速度慢且很可能失败】
官网下载插件安装:https://plugins.jetbrains.com/pycharm
插件
比自带主题稍微好看点!
设置输出信息配色:
…
autopep8 代码格式
设置路径:File | Settings | Tools | External Tools
autopep8
autopep8 或者 autopep8.exe 绝对路径
--in-place --aggressive --aggressive $FilePath$
$ProjectFileDir$
$FILE_PATH$:$LINE$:$COLUMN$:.*
切换终端powershell
设置路径:File | Settings | Tools | Terminal
总结
到此这篇关于Pycharm 2020.1 版配置优化的详细教程的文章就介绍到这了,更多相关Pycharm 2020.1 版配置优化内容请搜索python博客以前的文章或继续浏览下面的相关文章希望大家以后多多支持python博客!
Powered By python教程网 鲁ICP备18013710号
python博客 - 小白学python最友好的网站!