Value-object that contains additional information when requesting references.

interface ReferenceContext {
    includeDeclaration: boolean;
}

Properties

includeDeclaration: boolean

Include the declaration of the current symbol.