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

    Interface SelectionRangeProvider

    interface SelectionRangeProvider {
        provideSelectionRanges(
            document: TextDocument,
            positions: Position[],
            token: CancellationToken,
        ): ProviderResult<SelectionRange[]>;
    }
    Index

    Methods