IntelliJ

After staring at the “I’m currently building something after you clicked some button” I switched from Eclipse to IntelliJ.

The Plugins I use:

  • http://www.sonarlint.org/
  • https://github.com/hsz/idea-gitignore
  • https://github.com/zielu/GitToolBox

 

Live Templates:

  • private static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger($CLASS_NAME$.class);