Skip to main content

Crate speccheck_lsp

Crate speccheck_lsp 

Source
Expand description

speccheck-lsp: Language Server Protocol implementation for speccheck.

Provides real-time spec linting in any LSP-compatible editor (VS Code, Neovim, Helix, Zed). The server wraps speccheck-core’s synchronous analysis engine in an async tower-lsp layer.

Structs§

SpeccheckLsp
The speccheck LSP server.

Functions§

run_stdio
Create an LspService and Server pair for stdio transport.
to_lsp_severity
Convert a speccheck Severity to an LSP DiagnosticSeverity.