Skip to content

zzehring/intellij-jsonnet

Repository files navigation

intellij-jsonnet

Version Downloads Build

Provides language support for Jsonnet files (e.g. .jsonnet, .libsonnet). Language Server support is provided by Jsonnet Language Server and includes:

  • Go-to definition (scopes include dollar, self, local, cross-files etc.)
  • Error/Warning/Linting diagnostics
  • Standard Library Hover and autocomplete
  • And more!

Additional plugin features:

  • Auto update for the language server binary
  • Evaluate Jsonnet file
  • Syntax Highlighting
  • Code block folding
  • Brace/bracket matching

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Jsonnet Language Server" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


This project would not have been possible without the great work of the following projects:

Plugin based on the IntelliJ Platform Plugin Template.