scala-ide/scala-refactoring

support catch-all organise import group

fommil opened this issue · 2 comments

IntelliJ seems to encourage imports in this order

import java....

import scala...

import ... everything else...

import com.my.app...

which sadly cannot be met by scala-refactoring's config.

It would be good if perhaps we allowed * as a magic marker for this, so the user could use this config: ["java", "scala", "*", "com.my.app"]

Can we please get a release?