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

    Type Alias NesJumpSuggestion

    A jump-to-location suggestion.

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

    Properties

    Properties

    id: string

    Unique identifier for accept/reject tracking.

    position: Position

    The target position within the file.

    uri: string

    The file to navigate to.