Skip to main content

Crate codineer_lsp

Crate codineer_lsp 

Source
Expand description

Language Server Protocol client for workspace diagnostics and symbols.

Structs§

CompletionItem
A single completion suggestion from textDocument/completion.
DiagnosticSeverity
The protocol currently supports the following diagnostic severities:
DocumentSymbolInfo
A flat document symbol entry from textDocument/documentSymbol.
FileDiagnostics
HoverResult
Hover result returned by textDocument/hover.
LspContextEnrichment
LspManager
LspServerConfig
LspTextEdit
Re-export TextEdit so callers don’t need a direct lsp-types dependency. A textual edit applicable to a text document.
Position
Position in a text document expressed as zero-based line and character offset. A position is between two characters like an ‘insert’ cursor in a editor.
SymbolLocation
WorkspaceDiagnostics

Enums§

LspError

Functions§

diagnostic_severity_label