shinjw
shinjw

Reputation: 3421

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.

Upvotes: 11

Views: 936

Answers (1)

archz
archz

Reputation: 1072

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

Upvotes: 16

Related Questions