Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 506 Bytes

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