@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface TextEdit

    A standard LSP text edit (0-based positions).

    interface TextEdit {
        newText: string;
        range: { end: Position; start: Position };
    }
    Index

    Properties

    Properties

    newText: string
    range: { end: Position; start: Position }