I am using the latest IntelliJ IDEA 2017.1 Community Edition. After importing the Activator-Play project, IntelliJ is still showing the errors on imports. I have everything placed in build.sbt
file.
But still the tooltip shows Cannot resolve symbol '****'
.
This is an Activator project. I used activator new
command to create the project with the play-java
template and imported into IntelliJ.
Anything that we can do with SBT configuration in IDEA. Can someone help me out?
Migrating to Intellji IDEA Ultimate Edition solved the issue. Community Edition doesn't support the Play/ Activator applications.