jsonnet-language-server icon indicating copy to clipboard operation
jsonnet-language-server copied to clipboard

A Language Server Protocol (LSP) server for Jsonnet (https://jsonnet.org)

Results 29 jsonnet-language-server issues
Sort by recently updated
recently updated
newest added

Report symbols to clients of the language server This allows features like the VSCode outline In the following screenshots, see the tab in the lower left ![image](https://user-images.githubusercontent.com/29210090/187988334-08ae1d3d-c1ca-40fe-9430-6dda2f772375.png) ![image](https://user-images.githubusercontent.com/29210090/187988407-ed7eebfd-18f2-48cb-93c9-ddbaa012097f.png)

I couldn't help but notice that this project has Nix files but it is not submitted to NixPkgs? Why is this the case? It will be really nice to be...

The language server currently has the `evaluateFile` and `evaluateExpression` commands. Another very useful one, but much harder to implement, is `evaluateAtPosition`. This could allow a user to check the value...

enhancement

An operation that has to be done quite often for jsonnet projects is to interact with dependencies. A very common package manager for jsonnet is the [jsonnet bundler](https://github.com/jsonnet-bundler/jsonnet-bundler). The language...

enhancement