Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 816 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 816 Bytes

skunk-intellij

Support for skunk sql interpolator macro in IntelliJ IDEA.

This makes IntelliJ type inference working for sql"""...""" interpolated strings.

This plugin is included with zkunk 2.0.12 and above

Steps to build a new version

  1. Commit and merge your changes
  2. Do sbt release on master
  3. Create a release on Github using the latest tag
    • Attach the skunk-intellij.jar binary located at target/plugin/skunk-intellij/lib/skunk-intellij.jar
  4. Update the version in the URL for intellij-compat.json

Manual Installation

  1. Download the latest version
  2. Add skunk-intellij.jar as an extension in File | Settings | Languages & Frameworks | Scala | Extensions