x4js - v2.2.49
    Preparing search index...
    interface InlineCompletionHint {
        content: string;
        jumpToEdit: boolean;
        range: IRange;
        style: InlineCompletionHintStyle;
    }
    Index
    content: string
    jumpToEdit: boolean
    range: IRange

    Refers to the current document.