Is it possible for intellij to organize imports the same way as in Eclipse?

后端 未结 4 1597
深忆病人
深忆病人 2020-12-04 05:04

I\'m working on a project where all the team members are using Eclipse and I\'m the only IDEA user. This creates a lot of noise from imports rearrangements. The order in whi

4条回答
  •  再見小時候
    2020-12-04 05:33

    In update to Max's answer, the correct order for resolving the checkstyle warnings. I updated the following in IntelliJ:

    static all other, 
    blank 
    com.*
    java.* 
    blank
    javax.*
    org.*  
    all other imports
    

提交回复
热议问题