Posted in Python onAugust 07, 2020
手残更新Pycharm 2020.1 版时将配置文件都删除了?;在此重新记录下配置!
安装教程参考:idea2020.1最新版永久破解/pycharm也可用(步骤详解)
编辑器字体
设置路径: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
插件
- Atom Material Icons
- Material Theme UI
- (个人感觉还没自带主题好看?,不用了)
- Dracula Theme
比自带主题稍微好看点!
- Rainbow Brackets
- Grep Console
设置输出信息配色:
…
autopep8 代码格式
设置路径:File | Settings | Tools | External Tools
- Name: 可以任意输入,例如
autopep8
- Program:
autopep8 或者 autopep8.exe 绝对路径
- Parameter:
--in-place --aggressive --aggressive $FilePath$
- Working directory:
$ProjectFileDir$
- Output filters:
$FILE_PATH$:$LINE$:$COLUMN$:.*
切换终端powershell
设置路径:File | Settings | Tools | Terminal
总结
到此这篇关于Pycharm 2020.1 版配置优化的详细教程的文章就介绍到这了,更多相关Pycharm 2020.1 版配置优化内容请搜索三水点靠木以前的文章或继续浏览下面的相关文章希望大家以后多多支持三水点靠木!
Pycharm 2020.1 版配置优化的详细教程
- Author -
梦家声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@