Theia API Documentation v1.65.0
    Preparing search index...

    A line of context surrounding a TextSearchMatch.

    interface TextSearchContext {
        lineNumber: number;
        text: string;
        uri: Uri;
    }
    Index

    Properties

    Properties

    lineNumber: number

    The line number of this line of context.

    text: string

    One line of text. previewOptions.charsPerLine applies to this

    uri: Uri

    The uri for the matching document.