IDEA sbt插件无法自动导入Predef

时间:2014-11-23 05:01:05

标签: scala intellij-idea sbt

My IntelliJ IDEA vaersion是139.463.4

当我使用scala插件创建sbt项目时,它无法自动导入Predef,例如:

object Hello {
  def main(args: Array[String]) {
    println("1")
  }
}

println功能为红色突出显示,提示无法解析符号println

我记得Predef是scala中的自动导入。上面的代码运行正常。

它是一个sbt插件错误?

1 个答案:

答案 0 :(得分:3)

在文件菜单下尝试“invalidate cache”。