Re-exports§
pub use lsp_types;
Modules§
Structs§
- LSPError
- Implementation of Response Error Response Error
- LSPNotification
- Implementation of LSP Notification Message Notification Message
- LSPRequest
- Implemetation of LSP Request Message Request Message
- LSPResponse
- Implementation of LSPResponse message Response Message The response message required that result and error field can’t be present on one message
Enums§
- IOKind
- LSPResult
- Response Message
- Request
Id - Implemetation of LSP Request Id See
Constants§
- JSON_
RPC_ VERSION - The base Language Server Protocol consists of content part and header part Header have 2 fields: Content-Length and Content-Type( Optional) Header part is ascii encoded Header and content part is seperated by \r\n\r\n