IDEA自动清理优化import包 直接上图: Add unambiguous imports on the fly:快速添加明确的导入. Optimize imports on the fly:快速优化导入,优化的意思即自动帮助删除无用的导入 如果只想整理当前文件内的导包 快捷键是 ctrl + alt + o…
IntelliJ IDEA可以自动优化导入包,但是有多个同名的类位于不同的包时,需要自己手动使用Alt + Enter进行导入. Settings→Editor→General→Auto Import 选中Optimize imports on the fly和Add unambiguous imports on the fly Optimize imports on the fly:自动去掉一些没有用到的包 Add unambiguous imports on the fly:自动帮我们优化导…