JetBrains / sbt-idea-example

SBT based IntellJ plugin template project
Apache License 2.0
33 stars 17 forks source link
idea-plugin intellij-plugin sbt

Sample IntelliJ platform plugin written in Scala

JetBrains team project

This is an example IJ plugin written in Scala and managed by SBT.

Apart from basic IJ plugin structure this project also provides some example code to play with and demonstrate some IntelliJ platform API features.

Extended documentation on the build features such as packaging the artifact, uploading to plugin marketplace, etc. is covered by the sbt-idea-plugin readme

Quick Start

Example build features

Example plugin components