I'm trying to learn scala and play framework. I choosed IntelliJ Idea as ide. The problem is editor gives warning on imports like ; "unused import statements"
import play.api._
import play.api.mvc._
Also give warnings on declerations like ; "Cannot resolve symbol Controller"
object Login extends Controller
How can i remove warnings?
Steps i followed;
Create template idea project with play command;
Add scala compiler and library into external libraries.
IntelliJ Idea Version : 12.1 Community Editon
Scala
plugin? And I'm sad to say that the Play! Framework is only supported in the Ultimate edition: IntelliJ IDEA Editions Comparison. But I'm not sure that that has anything to do with this problem. – maba