Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias NesRenameSuggestion

    A rename symbol suggestion.

    type NesRenameSuggestion = {
        id: string;
        newName: string;
        position: Position;
        uri: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for accept/reject tracking.

    newName: string

    The new name for the symbol.

    position: Position

    The position of the symbol to rename.

    uri: string

    The file URI containing the symbol.