Module lsp_helpers

Module lsp_helpers 

Source
Expand description

Shared LSP response builders.

Traits§

EcosystemFormatter
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).