大佬教程收集整理的这篇文章主要介绍了IDEA详细配置+优秀插件,大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
具体参考:https://www.exception.site/essay/idea-reset-eval
这里以 IDEA 2021.1 版本为例
1、打开配置文件,下面开始进行配置。
@H_696_69@
2、详细配置如下
(file > setTings > Appearance & Behavior)
配置 setTings 字体。
关闭IDEA更新。
设置IDEA打开为项目选择界面]。
(file > setTings > Editor)
自动导入包配置。
显示方法的分割线。
滚轮设置字体大小。
智能提示忽略大小写。
Tabs页多行显示。
配置代码主题样式。
字符集和配置文件编码格式。
自定义类模板。
优化注释格式。
隐藏IDEA自带的.iml,.idea文件。
取消自定义类模板出现的警告标志。
(file > setTings > Version Contol)
(file > setTings > Build,Execution,Deployment)
进入该目录下,选择一款合适的字体作为 setTings 字体,默认微软雅黑,字号不用改。
@H_696_69@
具体操作:File > setTings > Appearance & Behavior > System SetTings > updates,取消 check... 左边的√。
@H_696_69@
具体操作:File > setTings > Appearance & Behavior > System SetTings,取消 Reopen projects 左边的√。
@H_696_69@
具体操作:File > setTings > Editor > General > Auto Import,在 Add... 和 Optimize... 前面添加 √。
具体操作:File > setTings > Editor > General > Appearance,在右侧 Show method... 前面打√。
@H_696_69@
具体操作:File > setTings > Editor > General,在右侧 Change foot...前面打√。
@H_696_69@
具体操作:File > setTings > Editor > General > Code Completion,去除掉 Mathch case 前面的 √。
具体操作:File > setTings > Editor > Editor Tabs,右侧选择 Multiple rows。
@H_696_69@
具体操作:File > setTings > Editor > Color scheR_774_11845@e > 右边下拉选择,我这里选择默认的即可。
具体操作:File > setTings > Editor > File Encodings,将右侧红框部分全设置为 UTF-8。
@H_696_69@
具体操作:File > setTings > Editor > File and Code Templates,右侧点击 Class,添加以下5行代码。这里没有配置方法模板,个人感觉没有必要。
/**
* @Description TODO
* @Date ${DATE} ${TIME}
* @Author ${USER}
*/
@H_696_69@
具体操作:File > setTings > Editor > Code Style > Java || HTML,将右侧 Code Generation 中的 Line comment... 和 Block comment... 左侧的√取消掉。
@H_696_69@
@H_696_69@
具体操作:File > setTings > Editor > File Types,在右侧点击 Ignored Files and Folders,添加 .inl,.idea 。
@H_696_69@
如下图所示,我们创建一个类会出现警告标志,很是烦人,我们这里进行取消。
@H_696_69@
具体操作:file > setTings > Editor > Inspections,profiles 选择 Default,然后找到 Java 下的 Javadoc 下的 Declaration has Javadoc problems...,右侧添加内容 Date,Author,Description
。
@H_696_69@
具体操作:File > setTings > Version Contol > Git,选择本地 git 目录下 bin 目录下的 git.exe。
@H_696_69@
具体操作:File > setTings > Build,Execution,Deployment > Compiler,在 Build project... 左侧打√。
@H_696_69@
具体操作::File > setTings > Build,Execution,Deployment > Build Tools > Maven,设置 Maven home path(电脑maven存放目录),User setTings(maven 的setTings.xml 配置文件目录),Local reposit...(本地仓库目录)。
@H_696_69@
链接:https://pan.baidu.com/s/1aDLDeGQOqlYxQ-9aQYh7uA
提取码:ax3q
如果懒得配置,就直接用我的吧。
以上是大佬教程为你收集整理的IDEA详细配置+优秀插件全部内容,希望文章能够帮你解决IDEA详细配置+优秀插件所遇到的程序开发问题。
如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。
本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。