1 Appearance & Behavior
1.1 Appearance
- Theme(Darcula);(勾选 )Override default fonts by;选择 Microsoft YaHei UI 字体;Size(15)。
- Show memory indicator(打开内存使用状态)
- Disable mnemonics in menu(隐藏工具栏快捷键下划线)
- Widescreen tool window layout(勾选)
1.2 System Setting
- Reopen last project on startup:去勾选(启动时不打开工程)
- Project Opening:Confirm window to open project in(每次都弹出提示窗口,让我们选择用新窗口打开或是替换当前项目窗口)
1.2.1 Updates
- Automatically check updates(取消自动更新)
2 Keymap
3 Editor
- Font:Font(Yahei Consolas Hybrid 或 Consolas)、Size(18)
- Code Style -> Java -> Code Generation,取消Line comment at first column和Block comment at first column
3.1 General
- Limits -> Rcent files limit:50(设置可以增加 Ctrl + E 弹出层显示的记录文件个数)
3.1.1 Auto Import
- Optimaize imports on the fly:勾选(编写代码时自动导入包)
- Add unambiguous imports on the fly:勾选(如果出现同名的包,需要手动导入,快捷键 Alt+Enter)
3.1.2 Appearance
- Show line numbers:勾选(显示行号)
- Show method separators:勾选(显示方法分割线)