starlark-lsp
starlark-lsp copied to clipboard
Starlark LSP server
Signed-off-by: Nick Sieger
Autocomplete for dicts would be very good. This would ease the configuration with structured data.
Hover Support for custom symbols would be great, e.g. in the following snippet I would like to hover main and say_hello and get the docstring and function definution, like for...
For large configuration files it would ease navigation if a code outline (document symbol map) could be provided.
I try to connect starlark-lsp local service by using `WebSocket("ws://127.0.0.1:8888")`, Got error `Error: invalid header line "GET /lsp HTTP/1.1"` from service what should I do? 
Bumps gopkg.in/yaml.v3 from 3.0.0 to 3.0.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...