JetBrains系列软件设置

前言

JetBrains系列软件包含IDEA、WebStorm、PyCharm、PhpStorm、等等。本篇博客简述了一些软件设置,使其更加人性化,符合程序员的审美和习惯。

全局设置

Settings

appearance&behavior->appearance->theme: Darcula
appearance&behavior->appearance->Use custom font: Microsoft YaHei UI, Size: 12
appearance&behavior->system settings: reopen last project on startup (not check)
appearance&behavior->system settings: confirm application exit (not check)
appearance&behavior->system settings->updates: automatically check updates (not check)
appearance&behavior->notifications->IDE and plugin updates (not check)
editor->General->Soft Wraps->Use soft-wrap
editor->font->font: consolas
editor->font->size: 14

环境

IDEA

configure->project defaults->project struction->project settings->project->project SDK
configure->project defaults->project struction->project settings->libraries

PyCharm

configure->settings->project interpreter

PyCharm的pip镜像源

默认源:
https://pypi.python.org/simple

国内源:
清华: https://pypi.tuna.tsinghua.edu.cn/simple
阿里: http://mirrors.aliyun.com/pypi/simple/
豆瓣: http://pypi.douban.com/simple/

上一篇:dev的grid封装组件,拖拽初始化属性


下一篇:一个css属性选择器的实际例子