New in 11: Play! in IntelliJ
November 28th, 2011 by serega.vasilievIntelliJ IDEA 11 adds support for one of the most voted issues: Play! framework.
Please, have a look at how you could play in IntelliJ IDEA:
What else? Watch other short screencasts of specific features:
- custom tags *{completion, navigation, inspections, quick fixes}*
- internationalization (i18n)
- templates navigation
- built-in tags and parameters completion
- templates structure view
- commenter (Ctrl+/) and block commenter (Ctrl+Shift+/)
- tags folding and brace matching for EL, actions, scripts
- syntax highlighting, navigation, expressions resolve, completion
- and more…
Tags: Nika, Play Framework

November 28th, 2011 at 7:42 am
Now is Vaadin turn
November 28th, 2011 at 7:59 am
Will there be support for the upcoming Play 2.0?
November 28th, 2011 at 2:58 pm
I’d like to see Play 2.0 with Scala support.
January 17th, 2012 at 6:06 am
I would like to see support for custom tags in subfolders.
We create our custom tags in a subfolder (under tags) and the naming is then:
#{subfoldername.mytag /}
It would be great with code-completion in this case (CC does not detect these custom tags).