Reputation: 92210
Can someone explain me how to import your idea project for Play2 support on Intellij 12?
I've just bought the upgrade from version 10 to 12. It used to work fine with Intellij 10 (with scala support only). When using play idea
and importing the project on Intellij 12 it doesn't seem to work, there is no more highlighting, even in scala files that were actually working with version 10.
It seems I'm not the only one to have troubles with Play2 support in Intellij 12 so if someone can help it would be nice :)
Upvotes: 7
Views: 2557
Reputation: 1126
Well, importing an existing Play 2 project with IntelliJ is still not very easy, even with the new Play plug-in.
Upvote this issue to get a nice Import utility for your existing Play 2 projects.
http://youtrack.jetbrains.com/issue/SCL-5209
Upvotes: 3
Reputation: 402493
Please check that you have installed Scala and Play 2.0 Support plug-ins from the repository.
Then check that .scala
extension is assigned to Scala Files
in Settings
| File Types
.
See also these links:
Upvotes: 4