Interface InlineCompletionHint

interface InlineCompletionHint {
    content: string;
    jumpToEdit: boolean;
    range: IRange;
    style: InlineCompletionHintStyle;
}

Properties§

§content: string
§jumpToEdit: boolean
§range: IRange

Refers to the current document.

§style: InlineCompletionHintStyle