在intellij 中启动play项目遇到
object index is not a member of package views.html
解决方法
scala 的视图文件没有编译,所以产生了这种问题,可以手动编译视图,但是这不是我们想要的。
通过打开
Settings/Language and Frameworks/Play



参考
https://stackoverflow.com/questions/39827783/intellij-play-object-index-is-not-a-member-of-package-views-html