Skip to content

Intellij Idea Run Configurations for Scala SBT projects

License

Notifications You must be signed in to change notification settings

pawelkaczor/intellij-sbt-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>")

Packages

No packages published

Languages