sway_lsp::capabilities::inlay_hints

Function inlay_hints

source
pub fn inlay_hints(
    session: Arc<Session>,
    uri: &Url,
    range: &Range,
    config: &InlayHintsConfig,
) -> Option<Vec<InlayHint>>
Expand description

Generates inlay hints for the provided range.