我个人通过遵循文档使其工作起来相当轻松:将以下行添加到您的项目中./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
,该gen-idea
命令现在应该可用。