IDEA相关配置
整理于 2024.06.09 23:23 @程序员猴哥
-
1 编码设置:
File-->new projects settings-->settings for new projects-->editor--->file encodings-->global encodeing: utf-8 ;project encoding:utf-8; default encoding for properties files: utf-8
![img](file:///C:\Users\mi\AppData\Roaming\Tencent\Users\1095293993\QQ\WinTemp\RichOle\GY]1(O[VDON)]%]D56MMC}F.png)
-
2 mavne:
File-->settings-->build--->build tools--->maven
maven home directory: 默认获选择本地的maven安装地址
user settings file: 指定本地maven 安装地址的settings.xml文件路径
local repository: 指定本地maven 安装的路径
![img](file:///C:\Users\mi\AppData\Roaming\Tencent\Users\1095293993\QQ\WinTemp\RichOle\V[H
M4K[W~
KNUF0~H3KFNK.png) -
3 字体设置:
File-->settings--editor --> font
-
4 方法之间的分割线,行号的设置
File-->settings--editor --> Appearance
-
5 导入包时不导入所有包,按使用需要导入,这里设置包下面的引用超过500个包则使用星导入,大量星导入会影响加载速度:
File-->settings--->Editor--->code style-->java
-
6 设置类的默认注释,新建类自动添加注释,也可以设置接口,枚举的注释
File-->settings-->Editor-->File and code Templates-->class
-
7 代码提示不区分大小写
File-->settings-->Editor--->General--->code compleation -->match case 不勾选,不区分大小写:在编码时不区分大小写提示编码匹配
-
9 自动导包,代替alt+enter 自动导入使用的包
File-->settings-->Editor--->General-->Auto Import 自动导入包和自动删除没有用到的包应用,若有同名的类则需手工导入
-
10 禁止对import重排序
File-->settings-->Editor-->code style ,不选择表示不排序导入的包
-
11 关闭idea自动更新
File-->setting--->Appearance-->System settings-->automatically check update ,不选择
-
12 导出配置设置
File-->Manage IDE settings-->exprot settings 导出配置文件,到新的idea 导入配置文件,重启IDEA,复用配置