interface IInlineCompletionHint {
    content: string;
    range: IRange;
    style: InlineCompletionHintStyle;
}

Properties

Properties

content: string
range: IRange

Refers to the current document.