调整intellij idea import顺序,改成和eclipse差不多
Settings -> code style -> java -> imports
set "class count to use import with ''"* to 99 or more because it seems to be impossible to disable it and then set the order of Eclipse which is the following:
static all other,
blank,
java.*,
blank,
javax.*,
blank,
org.*,
blank,
com.*,
blank,
all other imports
本文介绍如何在IntelliJ IDEA中调整导入顺序以使其更接近Eclipse的风格。具体步骤包括设置'class count to use import with'为99或更高,并定义静态和其他导入的顺序。
3178

被折叠的 条评论
为什么被折叠?



