|
|
## 安装
|
|
|
|
|
|
* 前端:[WebStorm](https://www.jetbrains.com/webstorm/)
|
|
|
* PHP:[PhpStorm](https://www.jetbrains.com/phpstorm/)
|
|
|
* Python:[PyCharm](https://www.jetbrains.com/pycharm/)
|
|
|
* 数据库:[DataGrip](https://www.jetbrains.com/datagrip/)
|
|
|
|
|
|
## 注册
|
|
|
|
|
|
* 方法一:注册时选择`License server`,写入 `http://jetbrains.tech/`即可
|
|
|
* 方法二:[IntelliJ 注册码](http://idea.qinxi1992.cn/)
|
|
|
|
|
|
## 设置
|
|
|
|
|
|
* IDE 主题 Themes: `Darcula`,其他主题可前往 [主题下载网站](http://www.riaway.com/index.php) 下载安装
|
|
|
* 代码编辑主题 Scheme: `Darcula`
|
|
|
* 代码编辑字体 Font: `Source Code Pro`([等宽编程字体](http://www.iplaysoft.com/source-code-pro-font.html)),大小 Size: `14px`
|
|
|
* 控制台字体 Console Font: `Source Code Pro`,大小 Size: `14px`
|
|
|
* 配置 Git 服务与 GitHub 账号
|
|
|
* 安装 .ignore、Markdown support、key promoter 等插件
|
|
|
|
|
|
## 使用教程
|
|
|
|
|
|
[IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial)
|
|
|
|
|
|
IntelliJ IDEA 是 JetBrains 面向 Java 语言推出的 IDE,不过 WebStorm、PhpStorm、PyCharm 与之同属一个系列,相关设置几乎一模一样。 |