Expand description
§The Ruff Language Server
Structs§
- Connection
Initializer - A builder for
Connectionthat handles LSP initialization. - Server
- Text
Document - The state of an individual document in the server. Stays up-to-date with changes made by the user, including unsaved changes.
Enums§
- LogLevel
- The log level for the server as provided by the client during initialization.
- Position
Encoding - A convenient enumeration for supported text encodings. Can be converted to
lsp_types::PositionEncodingKind.