Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommentsExtImpl

Implements

Index

Constructors

Properties

_documents: DocumentsExtImpl
commentControllers: Map<number, CommentController> = ...
commentControllersByExtension: Map<string, CommentController[]> = ...
handle: number = 0

Methods

  • $createCommentThreadTemplate(commentControllerHandle: number, uriComponents: UriComponents, range: Range): void
  • $deleteCommentThread(commentControllerHandle: number, commentThreadHandle: number): Promise<void>
  • $provideCommentingRanges(commentControllerHandle: number, uriComponents: UriComponents, token: CancellationToken): Promise<undefined | Range[]>
  • $updateCommentThreadTemplate(commentControllerHandle: number, threadHandle: number, range: Range): Promise<void>
  • createCommentController(plugin: Plugin, id: string, label: string): CommentController