x4js - v2.2.49
    Preparing search index...

    The document highlight provider interface defines the contract between extensions and the word-highlight-feature.

    interface DocumentHighlightProvider {
        provideDocumentHighlights(
            model: ITextModel,
            position: Position,
            token: CancellationToken,
        ): ProviderResult<DocumentHighlight[]>;
    }
    Index