How to get IntelliJ for pattern recognition Play Framework * .scala.xml

Has anyone received IntelliJ IDEA for recognizing * .scala.xml twirl patterns? HTML templates seem to be very well picked up by the IDE and seem to be the only supported template out of the box, but any other types of templates do not.

+9
java scala intellij-idea playframework twirl
source share
1 answer

I had the same problem and it seems that adding file association helped.

In Intellij IDEA 15 (final release):

Settings> Editor> File Types Find "Play 2" and add "* .scala.xml" (after that, expect a long indexing)

File Types with * .scala.html added

+12
source share

All Articles