Options
All
  • Public
  • Public/Protected
  • All
Menu

Service to search text in the workspace files.

Hierarchy

  • SearchInWorkspaceService

Implements

Index

Constructors

constructor

Properties

Protected Readonly client

Private lastKnownSearchId

lastKnownSearchId: number = -1

Protected Readonly logger

logger: ILogger

Private pendingOnDones

pendingOnDones: Map<number, undefined | string> = ...

Private pendingSearches

pendingSearches: Map<number, SearchInWorkspaceClient> = ...

Protected Readonly searchServer

Protected Readonly workspaceService

workspaceService: WorkspaceService

Methods

cancel

  • cancel(searchId: number): void

Protected doSearch

Protected init

  • init(): void

isEnabled

  • isEnabled(): boolean

onDone

  • onDone(searchId: number, error?: string): void

onResult

search

searchWithCallback