idea IntelliJ IDEA 消除各种 警告 提示

1、Method/Class “XXX” is never used
步骤
File–>Settings–>Editor–>Inspections–>Java–>Declaration redundancy–>取消勾选Unused declaration

idea IntelliJ IDEA 消除各种 警告 提示

 

 

 

 

 

2、Typo-In word “” more…(Ctrl+F1) 拼写检查(这个不太建议消除,单词拼错影响阅读)
步骤
File–>Settings–>Editor–>Inspections–>Spelling–>取消勾选Typo

idea IntelliJ IDEA 消除各种 警告 提示

 

 

 

 

 

3、access can be package-private
步骤
File–>Settings–>Editor–>Inspections–>Java–>Declaration redundancy–>取消勾选Declaration access can be weaker

idea IntelliJ IDEA 消除各种 警告 提示

 

 

 4、取消显示形参名提示
步骤
File–>Settings–>Editor–>General–>Appearance–>取消勾选Show parameter name hints

idea IntelliJ IDEA 消除各种 警告 提示

 

上一篇:pycharm下载安装及常用配置


下一篇:Chrome浏览器无法安装CRX扩展的解决方法