Description
Editors can provide completion, diagnostics, and navigation for Jsonnet files through an LSP server.
It is useful for developers maintaining configuration templates who want better feedback inside their editor. Language servers inspect project files and imports, so be careful with workspaces that contain private configuration values.