取消参数名提示
settings > Editor > Appearance 配置页,将 Show parameter name hints 项的勾选去掉。
编辑时提示could not autowire
降低Autowired检测的级别,将Severity的级别由之前的error改成warning或其它可以忽略的级别。
去掉拼写检查和unused提示
在setting里面搜索spell将其中的拼写检查的√号去掉
搜索never used 关键字将其中的unused的检查去掉
更换主题
1. 下载主题
在主题网站上IDEA Color Themes 上浏览喜欢的主题并下载该主题。(如果网址有变更,google IDEA themes
即可。)
2. 导入主题
在IDEA中导入该主题,具体如下:
file –> import setttings –> 选中 1 中下载的主题jar文件 –> 一路确认 –> 重启
3. 设置主题
设置主题:
点击 settings –> editor –> colors & fonts –> general
如下图在该窗口右侧区域的scheme下拉菜单中选中导入的主题名称,点击确认即可。
去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告
去掉 No data sources configure 警告
- Prefernces ⇒ Editor ⇒ Inspections ⇒ SQL ⇒ No data sources configure。
- 取消勾选,去掉这个检查,然后点击
OK
按钮即可。此时仍有警告,不过警告信息变了,如图中红圈所示
去掉 SQL dialect is not configured 警告
- Prefernces ⇒ Editor ⇒ Inspections ⇒ SQL ⇒ SQL dialect detection。
- 取消勾选,去掉这个检查,然后点击
OK
按钮即可。此时仍有绿色的背景色
去掉“注入语言”的背景色
- Prefernces ⇒ Editor ⇒ Colors & Fonts ⇒ General ⇒ Code ⇒ Injected language fragment ⇒ Background。
- 取消勾选,然后点击
OK
按钮即可。idea 如何隐藏/展示不想看到的文件
改为*.hprof;*.iml;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.classpath;.git;.gitignore;.hg;.idea;.project;.settings;.svn;CVS;__pycache__;_svn;target;vssver.scc;vssver2.scc;rebel*;
idea中右侧maven project 不见了
1.你点击一下你idea界面最左下角的那个小框,maven应该从里面找到
2.点击菜单栏View->Tool Windows->Maven projects
3.点击菜单栏Help->Find Action(Ctrl+Shift+A),输入Maven projects
自动导包
File>Settings > Maven > Importing > Import maven project automatically
IDEA Maven打包时去掉test
取消access can be private提示
File -> Settings -> Editor -> Inspections -> 列表选择Java -> Declaration redundancy -> Declaration access can be weaker后面的勾去掉,Apply,OK。
顺便把IDEA默认的设置也改了:
File -> Other Settings -> Default Settings -> Editor -> Inspections -> 列表选择Java -> Declaration redundancy -> Declaration access can be weaker后面的勾去掉,Apply,OK
idea中 参数没有描述报错 @param报错警告
File--setting--inspections--搜索javadoc 找到Declaration has Javadoc problems和This inspection points out unresolved references inside javadoc去除勾