Awesome
Jsonnet Language Server
A Language Server Protocol (LSP) server for Jsonnet.
Features
Jump to definition
Error/Warning Diagnostics
Linting Diagnostics
Standard Library Hover and Autocomplete
Formatting
Installation
Download the latest release binary from GitHub: https://github.com/grafana/jsonnet-language-server/releases
Contributing
Contributions are more than welcome and I will try my best to be prompt with reviews.
Commits
Individual commits should be meaningful and have useful commit messages. For tips on writing commit messages, refer to How to write a commit message. Contributions will be rebased before merge to ensure a fast-forward merge.
Developer Certificate of Origin (DCO)
Contributors must sign the DCO for their contributions to be accepted.
Code style
Go code should be formatted with gofmt
and linted with
golangci-lint.
Editor integration
- Emacs: Refer to editor/emacs
- Vim: Refer to editor/vim
- VSCod(e|ium): Use the Jsonnet Language Server extension (source code)
- Jetbrains: Use the Jsonnet Language Server plugin (source code)