JetBrains IntelliJ IDEA个人设定
2018-04-02 本文已影响63人
chenfh5
记录一下个人重置JetBrain的IntelliJ IDEA后的常用配置,当然最方便的仍是使用Import/Export Settings,目录如下,
1. 常用设置
- Project Defaults Setting
- Project Setting
2. 常用插件
3. 新机器
4. Shortcut
5. Reference
常用设置
Project Default Settings
-
File Encodings
File Encoding UTF-8 -
Maven
Maven Setting -
Line Separator
line separator -
Code line width
image.png
Project Settings
-
Font
color schema font -
Shell替换
终端类型从Windows的cmd.exe替换为Linux的bash.exe
linux shell -
Others
- Show Whitespaces
- enable Navigation Bar
- disable Toolbar
- enable Breadcrumbs
- disable Imports Folding
常用插件
- .ignore
- BashSupport
- Markdown Navigator(table shows perfect)/
support(table can not show) - String Manipulation
- Maven Helper
- Python
- Scala
- Pig
- CodeGlance
- Rainbow Brackets
新机器
- 安装JDK
- 安装git
- 安装maven
- 配置proxy
- 配置setting_self
- 安装Gradle
- 配置
GRADLE_HOME
- 配置
GRADLE_USER_HOME
- 配置
- 安装idea
- 配置setting
- 配置proxy
- 安装Scala
- 安装Python
Shortcut
工作Windows和生活Mac之间来回切换,有时候会经常搞混,那就记录常用的快捷键
Feature | Windows short cut | Mac short cut | others |
---|---|---|---|
向下复制该行 | ctrl+D | CMD+D |