Class QuickViewService

Bind this contribution in order to register quick access providers with the QuickAccessRegistry at startup

Implements

Constructors

Properties

contextKexService: ContextKeyService
hiddenItemLabels: Set<undefined | string> = ...
items: (QuickPickItem & {
    when?: string;
})[] = []
quickAccessRegistry: QuickAccessRegistry
PREFIX: string = 'view '

Methods