简体   繁体   中英

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.

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)

添加了* .scala.html的文件类型

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM