Skip to main content

Module lsp_helpers

Module lsp_helpers 

Source
Expand description

Shared LSP response builders.

Structs§

LineOffsetTable
Converts byte offsets in source text to LSP Position values.

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.
position_in_range
Checks whether a cursor position falls within an LSP range (inclusive on both ends).