tinymist_query

Type Alias LspRange

Source
pub type LspRange = Range;
Expand description

An LSP range encoded by PositionEncoding.

Aliased Type§

struct LspRange {
    pub start: Position,
    pub end: Position,
}

Fields§

§start: Position

The range’s start position.

§end: Position

The range’s end position.