如何在Scala项目的SBT库中指向Intellij

时间:2014-01-13 05:46:05

标签: scala intellij-idea sbt

我正在尝试使用此示例:https://github.com/spray/spray-template用于Spray项目,但我无法弄清楚如何将Intellij指向通过SBT下载的依赖项。

有什么建议吗?

3 个答案:

答案 0 :(得分:4)

如果您使用的是IntelliJ 13版,则只需要Scala插件(内置SBT支持);只需选择build.sbt文件即可打开项目。

答案 1 :(得分:1)

使用此SBT插件生成Intellij IDEA项目文件:https://github.com/mpeltonen/sbt-idea

答案 2 :(得分:1)

添加SBT插件,用于在〜/ .sbt / 0.xx / plugins / build.sbt或PROJECT_DIR / project / plugins.sbt中创建IntelliJ IDEA项目。使用gen-idea命令在IntelliJ中创建IntelliJ项目和open the project。应该是它。