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§
- Speccheck
Lsp - The speccheck LSP server.
Functions§
- run_
stdio - Create an
LspServiceandServerpair for stdio transport. - to_
lsp_ severity - Convert a speccheck
Severityto an LSPDiagnosticSeverity.