pub fn hover(text: &str, position: Position) -> Option<Hover>Expand description
Hover information for textDocument/hover: the keyword/type/symbol description at position,
rendered as Markdown with an optional docs link, scoped to the hovered token’s range.