Skip to main content

Crate ruff_server

Crate ruff_server 

Source
Expand description

§The Ruff Language Server

Structs§

ConnectionInitializer
A builder for Connection that handles LSP initialization.
Server
TextDocument
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.
PositionEncoding
A convenient enumeration for supported text encodings. Can be converted to lsp_types::PositionEncodingKind.

Functions§

init_logging
run