如何避免import自动导入*

避免IDEA自动导入“*”的问题

编译器操作:

左上角 File->settings->Editor->Code Style->java->imports

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

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

避免Eclipse自动导入“*”的问题

Windows -> Preferences -> Java -> code style -> Organize Import 将下图红框中的数字调大点