pub type HintIndex = HashMap<String, HintLookup>;Expand description
Pre-computed hint lookups for all files, keyed by absolutePath.
Built once in CachedBuild::new(), reused on every inlay hint request.
Aliased Typeยง
pub struct HintIndex { /* private fields */ }