pub fn class_hover_from_index( word: &str, indexes: &[(Url, Arc<FileIndex>)], ) -> Option<Hover>
Build a hover for a class/interface/trait/enum found by short name in the workspace index.