打开设置>Editor>Code Style>Java>Scheme Default>Imports
设置导入类数值阈值,默认同包类是超过5个变成*,静态导入超过3个变成*
将Class count to use import with "*"改为99(导入同一个包的类超过这个数值自动变为 * )
将Names count to use static import with "*"改为99(同上,但这是静态导入的)
将Package to Use import with "*"删掉默认的这两个包(不管使用多少个类,只要在这个列表里都会变为 * )
原文地址:https://www.cnblogs.com/liuyangjava/p/12260708.html
时间: 2024-10-09 02:35:03