Come up with a plan for implementing LSP. Specs: https://microsoft.github.io/language-server-protocol/ Existing crates for building LSP: - https://crates.io/crates/tower-lsp - https://crates.io/crates/async-lsp
Come up with a plan for implementing LSP.
Specs: https://microsoft.github.io/language-server-protocol/
Existing crates for building LSP: