handle_inlay_hints

Function handle_inlay_hints 

Source
pub async fn handle_inlay_hints(
    state: Arc<ServerState>,
    params: InlayHintParams,
    config: &InlayHintsConfig,
    client: Client,
    full_config: Arc<RwLock<DepsConfig>>,
) -> Vec<InlayHint>
Expand description

Handles inlay hint requests using trait-based delegation.

Returns version status hints for all registry dependencies in the document. Gracefully degrades by returning empty vec on any errors.