Expand description
Shared LSP response builders.
Structs§
- Line
Offset Table - Converts byte offsets in source text to LSP
Positionvalues.
Traits§
- Ecosystem
Formatter - Ecosystem-specific formatting and comparison logic.
Functions§
- generate_
code_ actions - generate_
diagnostics - Generates diagnostics by fetching from registry (makes network calls).
- generate_
diagnostics_ from_ cache - Generates diagnostics using cached versions (no network calls).
- generate_
hover - generate_
inlay_ hints - is_
same_ major_ minor - Checks if two version strings have the same major and minor version.
- position_
in_ range - Checks whether a cursor position falls within an LSP range (inclusive on both ends).