IntelliJ IDEA设置自动导入包
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:自动帮我们优化导入的包
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 竹山一叶!
评论