score:6
Accepted answer
Try to add tmp/generated
to your sources as well. Eclipse also has this issue, since the Play Framework generate the source files from the templates. See Errors in Eclipse for Scala project generated by Play Framework.
Source: stackoverflow.com
Related Query
- How to get Scala imports working in IntelliJ IDEA with the Play framework?
- How do I get Intellij IDEA 12.0 to work with Play Framework 2.1.0 app and Scala 2.10.0?
- How to get IntelliJ IDEA 14 working with Scala on Android (SBT)
- How to use Scala in IntelliJ IDEA (or: why is it so difficult to get a working IDE for Scala)?
- How to use IntelliJ with Play Framework and Scala
- How to create an instance of a model with the ebean framework and scala in Play 2.2
- How to use Memcached with the Scala Play Framework 2.2?
- How to organise the entity model for play framework 2 when working with anorm
- Play Framework 2.4.1 One form with two buttons. Which button was pressed? And how do I get the input data?
- How to get current day of the week and used it in scala template in Play framework
- How do you read the HTML content of an Atom feed with Scala and Play framework 2.0?
- How do I change intellij idea to compile with scala 2.11?
- Scala Compiler not found in Intellij IDEA 11 with Play 2.0 project
- How to get logging working in scala unit tests with testng, slf4s, and logback
- Play Framework 2.1: Scala: how to get the whole base url (including protocol)?
- How to get rid of scalac ServerException with IntelliJ Idea
- How to get IntelliJ to recognize Play Framework *.scala.xml Templates
- How to know if a Scala file modified with IntelliJ Idea is saved and if it is checked into CVS?
- How to get IntelliJ to recognize imports in Scala script?
- How do I get the scalaz IDEA live templates working for the symbolic methods?
- How do I get IntelliJ to display the Scala compilation deprecation warnings
- How do I make intellij Idea to highlight Scala script correctly with #! (shebang)
- How to show images using Play framework and Scala in the view page
- Debug not working with play framework activator, scala and eclipse
- How i can integrate Apache Spark with the Play Framework to display predictions in real time?
- Scala on IntelliJ with Git: How should the .gitignore look like?
- How to list out all the files in the public/images directory in a Play Framework 2 Scala application?
- Scala unused import statement with play framework in IntelliJ
- How to use the Play Framework with Google App Engine with locally installed Java 7?
- How to generate Scala setters and getters with IntelliJ IDEA
More Query from same tag
- how to create range column based on a column value?
- Execute multiple Scalatests in sbt
- "Unable to find encoder for type stored in a Dataset" even spark.implicits._ is imported?
- How to override value when value types have a different number of type parameters?
- Spark as A Service Using Akka HTTP
- how to take 2 values from array and put it as pair and set count to 1 map function in scala
- Convert \\ to \ in Scala
- How to create combination pairs (of bigrams) from a pair of input strings?
- preserve existing code for arbitrary scalafmt settings
- Merge json column names with case in-sensitive
- What is the scala notation written as _:type?
- Why sbt compile doesn't copy unmanaged resources to classpath?
- How to match classes of "boolean" types and "Boolean" types?
- Return from nested condition, for loop, try/catch block in Scala
- Incompatible Jackson version: 2.10.2 on trying to create Rdd of Row in spark
- How do you use ScalaMock with ScalaTest?
- Shapeless and annotations
- What does "double right-arrow Type" with no LHS mean in function argument
- Functional equivalent of comparing two Lists
- Seq.range[Double] : Could not find implicit value for evidence parameter
- Putting two placeholders inside flatMap in Spark Scala to create Array
- How to load huge no of small files in spark on EMR
- How to delete an entire data frame in Spark(SCALA)?
- value reduceByKey is not a member of org.apache.spark.rdd.RDD
- Slick 3.2 CodeGenerator Tool hardcodes the database name in the autogenerated code
- Scala under MSys2 - failure to initialize terminal
- Default working directory for ScalaTest with hierarchical Gradle projects in IntelliJ
- Serialization issue while renaming HDFS File using scala Spark in parallel
- Implicit definition working for Seq but not for Set
- Why does `unix_timestamp` behave differently on Spark 2.3.x/2.0.x?