Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...

    Interface FindOccurrencesResult

    PERF-001: Result of find_occurrences request

    interface FindOccurrencesResult {
        occurrences: TokenOccurrence[];
    }
    Index

    Properties

    Properties

    occurrences: TokenOccurrence[]

    All identifier occurrences found