调整intellij idea import顺序,改成和eclipse差不多

调整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

http://stackoverflow.com/questions/35039192/import-code-style-settings-from-eclipse-to-intellij-idea-partly

猜你喜欢

转载自crabdave.iteye.com/blog/2304622