@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface CompleteOptions

    Options for complete.

    interface CompleteOptions {
        includeDeprecated?: boolean;
        positionEncoding?: PositionEncoding;
        triggerCharacter?: string;
    }
    Index
    includeDeprecated?: boolean

    Offer deprecated bits too (deprecated tags are always offered, flagged).

    positionEncoding?: PositionEncoding

    Default: "utf-16".

    triggerCharacter?: string

    The character the editor sent as the trigger (LSP CompletionContext.triggerCharacter); omit when invoked explicitly. A trigger that opens nothing where the cursor is answers an empty list (PLAN-203).