https://github.com/grafana/vscode-jsonnet
Full code support (formatting, highlighting, navigation, etc) for Jsonnet
https://github.com/grafana/vscode-jsonnet
jsonnet vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Full code support (formatting, highlighting, navigation, etc) for Jsonnet
- Host: GitHub
- URL: https://github.com/grafana/vscode-jsonnet
- Owner: grafana
- License: apache-2.0
- Created: 2021-11-03T22:13:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T15:07:54.000Z (6 months ago)
- Last Synced: 2025-03-31T05:04:37.137Z (about 1 month ago)
- Topics: jsonnet, vscode, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 163 KB
- Stars: 76
- Watchers: 142
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# vscode-jsonnet
Full code support (formatting, highlighting, navigation, etc) for Jsonnet
Uses as a language server. See that project's readme for information about its features
## Additional Features (over the language server)
### Auto-update
Installs the language server and keeps it up-to-date (prompting the user to install the new binary)
https://user-images.githubusercontent.com/29210090/145628508-0a793f71-dc62-4b4c-8de9-9f04801a5d2e.mp4
### Evaluate a file or an expression
https://user-images.githubusercontent.com/29210090/145628481-97b2d6ee-9ef6-4a72-82f5-2e488cf2e6cd.mp4
## To use this
1. Install the extension from [the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Grafana.vscode-jsonnet) or [Open VSX](https://open-vsx.org/extension/Grafana/vscode-jsonnet)
2. Open a jsonnet file and follow the instructions on screen to download the language server
3. Enjoy