Crate starlark_lsp

Crate starlark_lsp 

Source
Expand description

The server that allows IDEs to evaluate and interpret starlark code according to the Language Server Protocol.

Modulesยง

completion
Collection of implementations for completions, and related types.
error
server
Based on the reference lsp-server example at https://github.com/rust-analyzer/lsp-server/blob/master/examples/goto_def.rs.