导入项目中缺少intellij sbt“autoimport”和“SBT和插件的源”

时间:2017-03-24 11:10:27

标签: scala intellij-idea sbt

好吧所以我有一个项目可以在我的Windows intellij上完美运行,我想在我的Ubuntu Intellij上做同样的事情,scala插件安装在两者上,但是当我导入项目的一些选项丢失了(并且他们对我的项目来说至关重要)

The good import options on my windows intellij

The bad import on Linux intellij options despite the fact they both have the Scala plugin

我想让“使用自动导入”和“SBT和插件的来源”回来

感谢您的关注

1 个答案:

答案 0 :(得分:2)

您可能在两者上使用不同版本的Scala插件。在2017.1版本中,autoimport选项已被删除,并且" SBT源和插件"选项已重命名为" SBT来源"。

自动导入选项已在Scala插件的当前Nightly版本中恢复,并将在下一个错误修复更新中。