I am trying to create a Scala project in IntelliJ IDEA 14. As mentioned in the IntelliJ IDEA help , the Scala plugin already has Play 2.x support.
I installed the Scala plugin, and when I create a new project, I can select the Scala > Scala and Scala > SBT projects, but there is no Scala > Play 2.x .
Are there any additional measures necessary to ensure accessibility? I am using IDEA 14 Community Edition.
I tried to import the module into a Scala project using the generated generated .impl file, but the IDE was not able to handle it well, for example. found errors in the full game! views.
source share