Expand description
Shared LSP response builders.
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.
- ranges_
overlap - Checks if a position overlaps with a range (inclusive start, exclusive end).