interface CompletionItemRanges {
    insert: IRange;
    replace: IRange;
}

Properties

Properties

insert: IRange
replace: IRange