Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommentsContextKeyService

Hierarchy

  • CommentsContextKeyService

Index

Constructors

constructor

Properties

Protected _comment

_comment: ContextKey<undefined | string>

Protected _commentController

_commentController: ContextKey<undefined | string>

Protected _commentIsEmpty

_commentIsEmpty: ContextKey<boolean>

Protected Readonly contextKeyService

contextKeyService: ContextKeyService

Protected Readonly contextKeys

contextKeys: Set<string> = ...

Readonly onDidChange

onDidChange: Event<void> = ...

Protected Readonly onDidChangeEmitter

onDidChangeEmitter: Emitter<void> = ...

Accessors

comment

  • get comment(): ContextKey<undefined | string>

commentController

  • get commentController(): ContextKey<undefined | string>

commentIsEmpty

  • get commentIsEmpty(): ContextKey<boolean>

Methods

Protected init

  • init(): void

match

  • match(expression: undefined | string): boolean

setExpression

  • setExpression(expression: string): void