@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface Locator

    Where to point a position-based query: a declared symbol name, OR an explicit 1-based line+character (editor convention; converted to LSP 0-based).

    interface Locator {
        character?: number;
        line?: number;
        symbol?: string;
    }
    Index

    Properties

    character?: number
    line?: number
    symbol?: string