pawelkaczor / intellij-sbt-tasks   0.5.4

Apache License 2.0 Website GitHub

Intellij Idea Run Configurations for Scala SBT projects

Scala versions: 2.12
sbt plugins: 1.0

Maven Central GitHub license

intellij-sbt-tasks

When SBT loads a project, Intellij Idea Run/Debug configuration files are generated by the plugin and stored in the <PROJECT ROOT>/.run directory. Intellij Idea automatically discovers new Run/Debug configurations as well as new Run/Debug configuration templates defined in the configuration files. They can be run from the Run dialog:

The following Run/Debug configurations and Run/Debug configuration templates are generated by this plugin:

Run/Debug configurations

  • compile (Test/compile)
  • recompile (clean Test/compile)
  • release (release with-defaults)
  • publishLocal
  • tests
  • integrationTests
  • dependencyBrowseTree
  • dependencyBrowseTree (in Test)
  • dependencyBrowseTree (in IntegrationTest)

Run/Debug configuration templates

ScalaTest template with Kamon instrumentation enabled

The template is not generated by default. You can generate the template by adding:

ThisBuild / kamonInstrumentationEnabled := true

to the sbt settings and reloading the sbt.

Installation

addSbtPlugin("pl.newicom.ide.intellij" % "intellij-sbt-tasks" % "<current version>")