IDEA基本使用
maiaimei 2021/11/4 IDEA
# 插件
| 插件 | 说明 |
|---|---|
| Alibaba Java Coding Guidelines | |
| Codota | |
| Lombok | |
| JUnitGenerator | |
| RestfulTool | 一套 Restful 服务开发辅助工具集 |
| Maven Helper | |
| MyBatis Log Plugin | |
| MyBatisCodeHelperPro | |
| Save Actions | 统一代码规范 |
# 快捷键
| 快捷键 | 说明 |
|---|---|
| 在代码后加.twr(try-with-resource) | 自动补全自动关闭资源代码 |
| Ctrl+Alt+T | 将代码包在一个块中,例如try/catch、synchronized等 |
| Ctrl+左键 Ctrl+Alt+左键 | 进入实现类型或pom依赖关系 |
# 其他
# 自动生成序列化ID
File -> Settings -> Editor -> Inspections -> 搜索 Serialization issues ,找到 Serializable class without 'serialVersionUID' -> 打上勾,Apply -> OK
