@
Elie Dac - There is no 12.0.5. From one of the JetBrains members: "Sorry, we are not going to build any 12.0.x builds anymore. But 12.1 is a
direct successor of 12.0.x – both belong to bugfix stream, so for all
practical means you may consider 12.1 as a 12.0.5 :)"
So you can use the 12.1 RC2 instead (30 days free testing of the ultimate edition)
http://confluence.jetbrains.com/display/IDEADEV/IDEA+12.1+EAP---
I tried Eclipse (Scala IDE), Netbans and Intellij Ultimate for Play 2 development, and like Intellij the most from the Big Three. It has the best scala and play 2 support, which means good Intellisense, good auto imports, syntax / error highlighting etc, and is in my opinion the most respsonsive IDE of the three. The only "downside" is that you have to pay for it. But the JetBrains team delivers software which is worth the price.
Although I like Intellij, at the moment I prefer Sublime Text 2*. It has no real intellisense or autocomplete, and it can't auto import the needed packages for you. But it is faster then a real IDE, has syntax highlighting for all files, nice snippets (type action and then hit tab, and you get a standard controller action with implicit request in scope), and it forces me to memorize the imports :) (because it lacks auto import as mentioned). So in short I use Sublime not because of objective reasons. ;D
* with the following plugins:
- package controll (to install the plugins easily):
http://wbond.net/sublime_packages/package_control- play 2 plugin from guillaume:
https://github.com/guillaumebort/play2-sublimetext2- soda theme:
https://github.com/buymeasoda/soda-theme/- emmete (zen coding like in netbeans)
- sidebar enhancements