Skip to content

databricks/intellij-jsonnet

Repository files navigation

IntelliJ Jsonnet

This plugin teaches IntelliJ how to understand .jsonnet, .jsonnet.TEMPLATE, and .libsonnet files. It includes the following features:

  • Syntax Highlighting
  • Autocomplete for imported files, local variables
  • Jump to imported files, local variables
  • Code folding, block-selection

install instructions

To publish:

  • Run ./gradlew buildPlugin
  • Upload the zip file from build/distributions/ to the Jetbrains plugin website