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

    Commenting range provider for a comment controller.

    interface CommentingRangeProvider {
        provideCommentingRanges(
            document: TextDocument,
            token: CancellationToken,
        ): ProviderResult<Range[] | CommentingRanges>;
    }
    Index

    Methods