pub fn document_highlights<'a>(
index: &'a ProjectIndex,
path: &Path,
offset: usize,
) -> Option<Vec<&'a SiteRef>>Expand description
v0.26 rider (ADR 0055): documentHighlight — the symbol-at-cursor’s
occurrences within that same file (the references query, file-scoped).
The index does not distinguish read from write references, so the LSP
layer omits the highlight kind.