static import code style
In Global Code Style -> Imports -> Import Layout, I can specify the order of packages. This includes static imports. Is there some way I can get IDEA 5.1 or 6 to put all the static imports first? (This is what Eclipse does, and most developers on my current project are using Eclipse, so I'm trying to avoid unnecessary conflicts in CVS.)
请先登录再写评论。
AFAIK, there is currently no way to achieve this. Please submit e request to JIRA.
Thanks, I've submitted http://www.jetbrains.net/jira/browse/IDEA-9944
well, this is quite important for me in a mixed-IDE environment.
any news if this has already been looked into?
Message was edited by:
Andreas P
Have you checked to see if the Rearranger plugin handles static imports? That might do it...but I don't have the plugin installed right now so can't check.