pub fn hover_info( ast_data: &Value, file_uri: &Url, position: Position, source_bytes: &[u8], ) -> Option<Hover>
Produce hover information for the symbol at the given position.