{"id":39513492,"url":"https://github.com/zzehring/intellij-jsonnet","last_synced_at":"2026-01-18T06:07:21.766Z","repository":{"id":37002750,"uuid":"450658203","full_name":"zzehring/intellij-jsonnet","owner":"zzehring","description":"An Intellij Plugin for grafana/jsonnet-language-server","archived":false,"fork":false,"pushed_at":"2025-05-05T16:45:26.000Z","size":1577,"stargazers_count":17,"open_issues_count":20,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-05T16:49:43.890Z","etag":null,"topics":["intellij-plugin","jsonnet","plugin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzehring.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-21T22:31:06.000Z","updated_at":"2025-05-05T16:45:29.000Z","dependencies_parsed_at":"2024-08-23T20:37:50.596Z","dependency_job_id":"dbd923ab-1abb-4b48-8eec-88c6cb2a833f","html_url":"https://github.com/zzehring/intellij-jsonnet","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/zzehring/intellij-jsonnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzehring%2Fintellij-jsonnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzehring%2Fintellij-jsonnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzehring%2Fintellij-jsonnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzehring%2Fintellij-jsonnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzehring","download_url":"https://codeload.github.com/zzehring/intellij-jsonnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzehring%2Fintellij-jsonnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intellij-plugin","jsonnet","plugin"],"created_at":"2026-01-18T06:07:21.686Z","updated_at":"2026-01-18T06:07:21.759Z","avatar_url":"https://github.com/zzehring.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# intellij-jsonnet \n\n[//]: # (![Build]\u0026#40;https://github.com/zzehring/intellij-jsonnet/workflows/Build/badge.svg\u0026#41;)\n[![Version](https://img.shields.io/jetbrains/plugin/v/18752.svg)](https://plugins.jetbrains.com/plugin/18752)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/18752.svg)](https://plugins.jetbrains.com/plugin/18752)\n![Build](https://github.com/zzehring/intellij-jsonnet/workflows/Build/badge.svg)\n\n\u003c!-- Plugin description --\u003e\n\nProvides language support for Jsonnet files (e.g. `.jsonnet`, `.libsonnet`). Language Server support is provided by [Jsonnet Language Server](https://github.com/grafana/jsonnet-language-server) and includes:\n\n- Go-to definition (scopes include dollar, self, local, cross-files etc.)\n- Error/Warning/Linting diagnostics\n- Standard Library Hover and autocomplete\n- And more!\n\n\nAdditional plugin features:\n\n- Auto update for the language server binary\n- Evaluate Jsonnet file\n- Syntax Highlighting\n- Code block folding\n- Brace/bracket matching\n\n\u003c!-- Plugin description end --\u003e\n\n## Installation\n\n- Using IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"Jsonnet Language Server\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/zzehring/intellij-jsonnet/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n\n---\nThis project would not have been possible without the great work of the following projects:\n\n- [ballerina-platform/lsp4intellij](https://github.com/ballerina-platform/lsp4intellij)\n- [grafana/vscode-jsonnet](https://github.com/grafana/vscode-jsonnet)\n- [databricks/intellij-jsonnet](https://github.com/databricks/intellij-jsonnet)\n- [grafana/jsonnet-language-server](https://github.com/grafana/jsonnet-language-server)\n\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzehring%2Fintellij-jsonnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzehring%2Fintellij-jsonnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzehring%2Fintellij-jsonnet/lists"}