Scala 使用gen idea创建idea项目

Scala 使用gen idea创建idea项目,scala,sbt,sbt-idea,Scala,Sbt,Sbt Idea,我不熟悉sbt和scala。我安装了sbt和sbt idea。我现在如何创建创意项目 我个人通过遵循文档非常轻松地完成了它:在项目的/project/plugins.sbt中添加以下行: resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/" addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0-SN

我不熟悉
sbt
scala
。我安装了
sbt
sbt idea
。我现在如何创建创意项目

我个人通过遵循文档非常轻松地完成了它:在项目的
/project/plugins.sbt
中添加以下行:

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0-SNAPSHOT")

重新加载
sbt
,现在应该可以使用
genidea
命令了。

我个人按照文档的要求轻松地完成了它:将以下行添加到项目的
/project/plugins.sbt

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0-SNAPSHOT")

重新加载
sbt
,现在应该可以使用
genidea
命令了。

我个人按照文档的要求轻松地完成了它:将以下行添加到项目的
/project/plugins.sbt

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0-SNAPSHOT")

重新加载
sbt
,现在应该可以使用
genidea
命令了。

我个人按照文档的要求轻松地完成了它:将以下行添加到项目的
/project/plugins.sbt

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0-SNAPSHOT")

重新加载
sbt
,现在应该可以使用
genidea
命令。

RTFM。顺便说一句,IntelliJ IDEA 13的Scala插件具有内置sbt支持。我已经完成了这些步骤。但genidea命令还无效。为什么?RTFM。顺便说一句,IntelliJ IDEA 13的Scala插件具有内置sbt支持。我已经完成了这些步骤。但genidea命令还无效。为什么?RTFM。顺便说一句,IntelliJ IDEA 13的Scala插件具有内置sbt支持。我已经完成了这些步骤。但genidea命令还无效。为什么?RTFM。顺便说一句,IntelliJ IDEA 13的Scala插件具有内置sbt支持。我已经完成了这些步骤。但genidea命令还无效。为什么呢?