Interface InlineCompletionDisplayLocation

interface InlineCompletionDisplayLocation {
    kind: InlineCompletionDisplayLocationKind;
    label: string;
    range: IRange;
}

Properties

Properties

label: string
range: IRange