Search code examples
sbtsprayintellij-14

How to use triggered restart with sbt-revolver under IntelliJ IDEA 14?


Following the spray template project, I've put the following sbt plugin definition into my IntelliJ 14 SBT based Scala project in project/plugins.sbt file:

addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.1")

Added Resvlver.settings to build.sbt (as per spray template build.sbt file). It is still highlighted in red, but does not fail.

Now I want to have the triggered-restart feature of sbt-revolver working. Where and how do I add the ~re-start argument in IDEA?


Solution

  • tl;dr You can't in IDEA 14.0.1 and earlier. I heard no plans about such support.