fieldju/intellij-jsonnet — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2020-03-05
Get syntax highlighting and autocomplete while editing Jsonnet files in IntelliJ.
Jump directly to an imported file or variable definition in a large Jsonnet project.
Edit Kubernetes or cloud infrastructure configs written in Jsonnet more productively.
Fold and collapse sections of Jsonnet code to reduce clutter.
| fieldju/intellij-jsonnet | 0verflowme/alarm-clock | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | — | CSS | Python |
| Last pushed | 2020-03-05 | 2022-10-03 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 2/5 | 4/5 |
| Audience | ops devops | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
This is a plugin that makes IntelliJ IDEA (a code editor made by JetBrains) understand Jsonnet files. Jsonnet is a templating language used to generate JSON configuration files, often in cloud infrastructure and DevOps workflows. Instead of writing raw JSON by hand, teams use Jsonnet to write more flexible, reusable templates that can be shared across projects. The plugin adds several developer-friendly features to IntelliJ when you're working with Jsonnet. It highlights the syntax so code is color-coded and easier to read. It also gives you autocomplete suggestions as you type, for instance, if you're importing another file or referencing a variable you defined earlier, the editor will suggest the correct names so you don't have to type them out or remember the exact spelling. You can click on an imported file or variable name and jump directly to where it's defined, which saves time navigating large projects. The plugin also supports code folding (collapsing sections to reduce clutter) and block selection (selecting chunks of code at once). Who would use this? Anyone working with Jsonnet in an IntelliJ-based editor, typically platform engineers, DevOps teams, or infrastructure-as-code developers. For example, if your team uses Jsonnet to manage Kubernetes configurations or cloud resource definitions, this plugin makes the editing experience much smoother and more productive, similar to what you'd expect from editing Python or Java in the same editor. To install it, you'd go to IntelliJ's plugin marketplace and search for this plugin, then add it to your editor. Once installed, it automatically activates whenever you open a .jsonnet, .jsonnet.TEMPLATE, or .libsonnet file.
An IntelliJ IDEA plugin adding syntax highlighting, autocomplete, and navigation for Jsonnet configuration files.
Dormant — no commits in 2+ years (last push 2020-03-05).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
double-check against the repo, no cap.