You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But Scala IDE ignores them and reports not found errors in play template files. The errors will be fixed by adding those imports in project settings manually (Project Properties -> Play2 -> New...).
Eclipse: 4.1.0-vfinal-20150525-1102-Typesafe
Scala IDE for Eclipse: 4.1.0.v-2_11-201505250839
Scala 2.11.6: 4.1.0.201505250838
Play2 support in Scala IDE: 0.4.6.v-2_11-201505250858
The text was updated successfully, but these errors were encountered:
I'm not sure if it's possible to be supported by Scala IDE but this is another solution which I think is possible. However we need to run sbteclipse after changing build.sbt.
I used
TwirlKeys.templateImports
inbuild.sbt
like this:But Scala IDE ignores them and reports not found errors in play template files. The errors will be fixed by adding those imports in project settings manually (Project Properties -> Play2 -> New...).
Eclipse: 4.1.0-vfinal-20150525-1102-Typesafe
Scala IDE for Eclipse: 4.1.0.v-2_11-201505250839
Scala 2.11.6: 4.1.0.201505250838
Play2 support in Scala IDE: 0.4.6.v-2_11-201505250858
The text was updated successfully, but these errors were encountered: