idea设置:
idea设置
add unambiguous imports on the fly 是优化导入的包,即会自动清理无用的jar包。
optimize imports on the (for current project) 是会自动导入所需要的jar包,但是当有多个jar包需要选择的时候,就需要自己主动选择jar包。

idea设置
右上角的选项,设置为all即为代码提示不区分大小写。

idea设置
中间的设置分别为:字体设置,字体大小设置,行间距设置。(图中为个人喜好的设置)。

相关文章:

  • 2021-09-04
  • 2021-08-08
猜你喜欢
  • 2022-01-05
  • 2021-05-08
  • 2021-10-26
  • 2021-12-28
相关资源
相似解决方案