javascalaintellij-ideaplayframeworktwirl

How to get IntelliJ to recognize Play Framework *.scala.xml Templates


Has anyone gotten IntelliJ IDEA to recognize *.scala.xml twirl templates? HTML templates seem to get picked up by the IDE just fine and seem to be the only supported template out of box, but any other type of templates do not get picked up.


Solution

  • I had the same problem and it seems that adding a file association did the trick.

    In Intellij IDEA 15 (ultimate edition):

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

    File Types with *.scala.html added