Idea 常用设置及插件
Java 开发常用设置
-
提示忽略大小写 path: File | Settings | Editor | General | Code Completion
- Mach case
-
自动导入包 path: File | Settings | Editor | General | Auto Import
- Add unambiguous imports on the fly
- Optimize imports on the fly
-
关闭标签页显示Tabs (简洁 一般使用 ctrl + e 打开最近文件) path: File | Settings | Editor | General | Editor Tabs
Tab pLacement: None
-
设置超过指定 import 个数,改为 * (不推荐使用)* path: File | Settings | Editor | Code Style | Java | Imports
CLass count to use import with * : 99 Names count to use static import with * : 99
-
设置项目文件编码(通常UTF-8) path: File | Settings | Editor | File Encodings
-
启动选择项目打开 path: File | Settings | Appearance & Behavior | System Settings
- Reopen projects on startup
常用插件
-
Stopcoding 防止沉迷于代码无法自拔
-
JRebel 热部署插件
-
RestfulToolkit 一套 RESTful 服务开发辅助工具集
-
String Manipulation 字符串操作: 大小写切换,排序,过滤,递增,对齐列,grepping,转义,编码…
-
Translation 翻译
-
Grep Console 控制台不同级别 log 的字体颜色和背景色
-
CodeGlance 类似于 Sublime 编辑区缩略图、