https://github.com/databricks/intellij-jsonnet
Intellij Jsonnet Plugin
https://github.com/databricks/intellij-jsonnet
Last synced: 12 months ago
JSON representation
Intellij Jsonnet Plugin
- Host: GitHub
- URL: https://github.com/databricks/intellij-jsonnet
- Owner: databricks
- License: apache-2.0
- Created: 2018-06-21T18:34:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T00:50:19.000Z (about 2 years ago)
- Last Synced: 2025-04-03T00:58:59.354Z (about 1 year ago)
- Language: Java
- Size: 205 KB
- Stars: 89
- Watchers: 287
- Forks: 18
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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

To publish:
- Run `./gradlew buildPlugin`
- Upload the zip file from `build/distributions/` to the Jetbrains plugin website