Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommentController

Index

Constructors

Properties

activeCommentThread?: CommentThread
threads: Map<number, CommentThreadImpl> = ...

Accessors

  • get contextValue(): string
  • get handle(): number
  • get id(): string
  • get label(): string

Methods

  • createCommentThread(extensionId: string, commentThreadHandle: number, threadId: string, resource: UriComponents, range: Range): CommentThread
  • createCommentThreadTemplate(resource: UriComponents, range: Range): void
  • deleteCommentThread(commentThreadHandle: number): void
  • deleteCommentThreadMain(commentThreadId: string): void
  • getCommentingRanges(resource: URI, token: CancellationToken): Promise<Range[]>
  • getDocumentComments(resource: URI, token: CancellationToken): Promise<CommentInfoMain>
  • updateCommentThreadTemplate(threadHandle: number, range: Range): Promise<void>
  • updateInput(input: string): void