Calling organize imports from IntelliJ plugin Permanently deleted user Created May 27, 2014 06:36 Is there is any way to call organize imports for java classes programatically inside an idea plugin?
See com.intellij.codeInsight.actions.OptimizeImportsAction and com.intellij.codeInsight.actions.OptimizeImportsProcessor