IDEA 简单配置

博文目录


Encoding

setting 搜索 encod

File | Settings | Editor | File Encodings,3个 UTF-8

File | Settings | Tools | SSH Terminal,1个 UTF-8

Font

setting 搜索 font

File | Settings | Editor | Font

Git

setting 搜索 git

File | Settings | Version Control | Git

Maven

setting 搜索 maven

File | Settings | Build,Execution,Deployment | Build Tools | Maven,勾选 Always update snapshots

Gradle

setting 搜索 gradle

File | Settings | Build,Deployment | Build Tools | Gradle,Gradle user home 选到其他目录

Other

File | Settings | Keymap,选 Eclipse

File | Settings | Appearance & Behavior | System Settings,取消勾选 Reopen projects on startup,勾选 Open project in New window

File | Settings | Editor | General | Editor Tabs,Tab placement 选 Left,Tab limit 填 100

File | Settings | Editor | General | Code Completion,取消勾选 Match case

File | Settings | Editor | Inspections,搜索 serialVersionUID,勾选 Serializable class without serialVersionUID

File | Settings | Editor | General | Auto Import,勾选 Optimize imports on the fly

File | Settings | Editor | Code Style | Java,选到 Imports 页,Class count to use import with ‘*’ 改成 99

Plugins

Manage Plugin Repositories 添加知了插件源 plugins.zhile.io

IDE Eval Reset,Lombok,Translation,CodeGlance2,Rainbow Brackets,GenerateAllSetter,Free MyBatis plugin

相关文章

fastjson2 是 fastjson 项目的重要升级,目标是为下一个十年...
博文目录文章目录问题描述解决方案问题描述阿里云ECS, 系统切...
博文目录文章目录创建项目创建代码仓库完成工程代码并提交推...
下载CentOS官网CentOS下载CentOS-7-x86_64-DVD-2003.isoCent...
博文目录文章目录服务端客户端测试效果服务端配置到 nginx 反...
博文目录文章目录环境下载安装配置使用环境阿里云ECS(Aliyu...