interface RenameLocation {
    range: IRange;
    text: string;
}

Properties

Properties

range: IRange
text: string