1.设置
1.1.提高运行效率
-
E:\SoftWare\idea\IntelliJ IDEA 2019.3.3\bin\idea64.exe.vmoptions
- -Xms128m->-Xms500m - -Xmx750m->-Xmx1500m - -XX:ReservedCodeCacheSize=240m->-XX:ReservedCodeCacheSize=500m
1.2.添加菜单栏
- View->Appearance->Toolbar
1.3.常用设置
-
文字缩放
- File -> Setting -> Editor -> General—Mouse
- 选中Change font size (Zoom) with Ctrl+Mouse wheel
- File -> Setting -> Editor -> General—Mouse
-
类提示
- File -> Setting -> Editor -> General—Other
- Show quick documentation on mouse move
- File -> Setting -> Editor -> General—Other
-
自动导包
- File -> Setting -> Editor -> General->AutoImport
- Insert imports on paste:All
- 选中
- Add unambiguous imports on the fly
- Optimize imports on the fly (for current project)
- File -> Setting -> Editor -> General->AutoImport
-
显示方法分隔符
- File -> Setting -> Editor -> General->Appearance
- 选中Show method separators
- File -> Setting -> Editor -> General->Appearance
-
忽略大小写提示
- File -> Setting