An sbt plugin that supports integration with the ENSIME IDE.
For use with ensime 0.9.0+
0.7.0-SNAPSHOT
Add the following to your ~/.sbt/plugins/build.sbt
:
resolvers += "Scala-Tools Maven2 Snapshots Repository" at "http://scala-tools.org/repo-snapshots"
addSbtPlugin("org.ensime" % "ensime-sbt-cmd" % "VERSION")
The above automatically adds the ensime generate
command to your sbt build. This command will write a .ensime file to your project's root directory.
BSD License