Skip to main content

references_at

Function references_at 

Source
pub fn references_at(
    ast: &Ast,
    interner: &ThreadedRodeo,
    file_id: FileId,
    byte: u32,
    include_declaration: bool,
) -> Vec<Span>
Expand description

Find every reference to the identifier under the cursor.

include_declaration mirrors the LSP referencesParams.context.