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

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 which eclipse imports is: Java, Javax, Org, Com, everything else in alphabetical order. Is it possible to configure IDEA to follow these rules? 4 … Read more

How to display hidden characters by default (ZERO WIDTH SPACE ie. &#8203)

I just lost part of my weekend because of this … joker – zero width space. I just used some snippets from google groups and didn’t recognize that there are doubled characters, because Idea (11) didn’t show them, which was causing problems with parsing config file of my app… I discovered it accidentally in vi. … Read more