避免idea自动导入* 的问题

 File->settings->Editor->Code Style->java->imports

设置  Class count to use import with '*'  值为500

设置 Names count to use static import with '*' 值为300

除了java.util.Date需要手动导入,其他都自动导入

发布了505 篇原创文章 · 获赞 41 · 访问量 21万+

猜你喜欢

转载自blog.csdn.net/kq1983/article/details/103477148
今日推荐