Expand description
tower-lsp LanguageServer impl (ADR-0091).
Structs§
- Analysis
Request - Backend
- LSP backend state shared by every request handler.
Functions§
- run_
server - Synchronous entry point used by the binary subcommand (creates a tokio runtime and starts the stdio server).
- run_
stdio_ server - Run the LSP server reading from stdin and writing to stdout.