MCPcopy Create free account

hub / github.com/Wscats/vscode-explore / functions

Functions1,147 in github.com/Wscats/vscode-explore

Function[Symbol.iterator]
()
commands/src/vs/base/common/iterator.ts:83
Function[Symbol.iterator]
()
contributes/src/vs/base/common/iterator.ts:79
Method[Symbol.iterator]
()
commands/src/vs/base/common/linkedList.ts:127
Method[Symbol.iterator]
()
contributes/src/vs/base/common/linkedList.ts:127
Method_appendImplicitItems
(result: Array<IMenuItem | ISubmenuItem>)
contributes/src/vs/platform/actions/common/actions.ts:249
Function_deserializeAndExpression
(serialized: string, strict: boolean)
contributes/src/vs/platform/contextkey/common/contextkey.ts:127
Function_deserializeAndExpression
(serialized: string, strict: boolean)
contextKeyExpr/src/contextkey.ts:133
Function_deserializeOne
(serializedOne: string, strict: boolean)
contributes/src/vs/platform/contextkey/common/contextkey.ts:132
Function_deserializeOne
(serializedOne: string, strict: boolean)
contextKeyExpr/src/contextkey.ts:138
Function_deserializeOrExpression
(serialized: string, strict: boolean)
contributes/src/vs/platform/contextkey/common/contextkey.ts:122
Function_deserializeOrExpression
(serialized: string, strict: boolean)
contextKeyExpr/src/contextkey.ts:128
Function_deserializeRegexValue
(serializedValue: string, strict: boolean)
contributes/src/vs/platform/contextkey/common/contextkey.ts:198
Function_deserializeRegexValue
(serializedValue: string, strict: boolean)
contextKeyExpr/src/contextkey.ts:204
Function_deserializeValue
(serializedValue: string, strict: boolean)
contributes/src/vs/platform/contextkey/common/contextkey.ts:179
Function_deserializeValue
(serializedValue: string, strict: boolean)
contextKeyExpr/src/contextkey.ts:185
Function_format
(sep: string, pathObject: ParsedPath)
commands/src/vs/base/common/path.ts:154
Method_normalizeArr
(arr: ReadonlyArray<ContextKeyExpression | null | undefined>)
contributes/src/vs/platform/contextkey/common/contextkey.ts:1012
Method_normalizeArr
(arr: ReadonlyArray<ContextKeyExpression | null | undefined>)
contextKeyExpr/src/contextkey.ts:1018
Function_register
(t: T)
commands/src/vs/base/common/lifecycle.ts:184
Function_register
(t: T)
contributes/src/vs/base/common/lifecycle.ts:159
Methodaaa
()
commands/src/index.ts:61
Methodabc
()
commands/src/index.ts:55
Functionacquire
(key: string, ...args: any[])
commands/src/vs/base/common/lifecycle.ts:246
Functionacquire
(key: string)
contributes/src/vs/base/common/lifecycle.ts:221
Methodadd
(t: T)
commands/src/vs/base/common/lifecycle.ts:147
Methodadd
(event: Event<T>)
commands/src/vs/base/common/event.ts:732
Methodadd
(key: K, value: V)
contributes/src/vs/base/common/collections.ts:103
Methodadd
(t: T)
contributes/src/vs/base/common/lifecycle.ts:122
Methodadd
(event: Event<T>)
contributes/src/vs/base/common/event.ts:732
Methodadd
(id: string, data: any)
contributes/src/vs/platform/registry/common/platform.ts:36
MethodaddCommand
(userCommand: ICommandAction)
contributes/src/vs/platform/actions/common/actions.ts:152
MethodaddCommand
(command: ICommandAction)
contributes/src/vs/platform/actions/common/actions.ts:168
MethodaddCommands
(commands: Iterable<ICommandAction>)
contributes/src/vs/platform/actions/common/actions.ts:176
MethodaddEventListener
(event: string | symbol, listener: Function)
commands/src/vs/base/common/event.ts:345
MethodaddListener
(listener: ErrorListenerCallback)
commands/src/vs/base/common/errors.ts:34
MethodaddListener
(listener: ErrorListenerCallback)
contributes/src/vs/base/common/errors.ts:34
MethodaffectsSome
(keys: IReadableSet<string>)
contributes/src/vs/platform/contextkey/common/contextkey.ts:1256
MethodaffectsSome
(keys: IReadableSet<string>)
contextKeyExpr/src/contextkey.ts:1262
Functionand
(...expr: Array<ContextKeyExpression | undefined | null>)
contributes/src/vs/platform/contextkey/common/contextkey.ts:90
Functionand
(...expr: Array<ContextKeyExpression | undefined | null>)
contextKeyExpr/src/contextkey.ts:96
Functionany
(...events: Event<T>[])
commands/src/vs/base/common/event.ts:90
Functionany
(...events: Event<T>[])
contributes/src/vs/base/common/event.ts:90
MethodappendMenuItem
(menu: MenuId, item: IMenuItem | ISubmenuItem)
contributes/src/vs/platform/actions/common/actions.ts:156
MethodappendMenuItem
(id: MenuId, item: IMenuItem | ISubmenuItem)
contributes/src/vs/platform/actions/common/actions.ts:202
MethodappendMenuItems
(items: Iterable<{ id: MenuId, item: IMenuItem | ISubmenuItem }>)
contributes/src/vs/platform/actions/common/actions.ts:206
FunctionareFunctions
(...objects: any[])
commands/src/vs/base/common/types.ts:150
FunctionareFunctions
(...objects: any[])
contributes/src/vs/base/common/types.ts:143
FunctionarrayInsert
(target: T[], insertIndex: number, insertArr: T[])
contributes/src/vs/base/common/arrays.ts:504
Methodas
(id: string)
contributes/src/vs/platform/registry/common/platform.ts:48
FunctionasArray
(x: T | T[])
contributes/src/vs/base/common/arrays.ts:581
FunctionassertAllDefined
(...args: (unknown | null | undefined)[])
commands/src/vs/base/common/types.ts:105
FunctionassertAllDefined
(...args: (unknown | null | undefined)[])
contributes/src/vs/base/common/types.ts:98
FunctionassertIsDefined
(arg: T | null | undefined)
commands/src/vs/base/common/types.ts:91
FunctionassertIsDefined
(arg: T | null | undefined)
contributes/src/vs/base/common/types.ts:84
FunctionassertType
(condition: any, type?: string)
commands/src/vs/base/common/types.ts:82
FunctionassertType
(condition: any, type?: string)
contributes/src/vs/base/common/types.ts:75
Functionbasename
(path: string, ext?: string)
commands/src/vs/base/common/path.ts:758
Methodbasename
(path: string, ext?: string)
commands/src/vs/base/common/path.ts:182
FunctionbinarySearch
(array: ReadonlyArray<T>, key: T, comparator: (op1: T, op2: T) => number)
contributes/src/vs/base/common/arrays.ts:49
Methodbind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:87
Methodbind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:91
Methodbind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:96
Methodbind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:102
Methodbind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:109
Methodbind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:117
Methodbind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:126
Methodbind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:136
Functionbuffer
(event: Event<T>, nextTick = false, _buffer: T[] = [])
commands/src/vs/base/common/event.ts:225
Functionbuffer
(event: Event<T>, nextTick = false, _buffer: T[] = [])
contributes/src/vs/base/common/event.ts:225
MethodbufferEvents
(fn: () => R)
commands/src/vs/base/common/event.ts:816
MethodbufferEvents
(fn: () => R)
contributes/src/vs/base/common/event.ts:816
Methodcancel
()
commands/src/vs/base/common/cancellation.ts:65
Methodcancel
()
contributes/src/vs/base/common/async.ts:31
Methodcancel
()
contributes/src/vs/base/common/cancellation.ts:65
Functioncanceled
()
commands/src/vs/base/common/errors.ts:148
Methodcba
()
commands/src/index.ts:58
Functionchain
(event: Event<T>)
commands/src/vs/base/common/event.ts:326
Functionchain
(event: Event<T>)
contributes/src/vs/base/common/event.ts:326
FunctioncheckProposedApiEnabled
(extension: IExtensionDescription)
contributes/src/vs/workbench/services/extensions/common/extensions.ts:136
Methodclear
()
commands/src/vs/base/common/lifecycle.ts:224
Methodclear
()
contributes/src/vs/base/common/lifecycle.ts:199
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:44
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:247
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:284
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:327
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:387
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:458
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:526
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:594
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:662
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:730
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:794
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:847
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:914
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:969
Methodcmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:1099
Methodcmp
(other: ContextKeyExpression)
contextKeyExpr/src/contextkey.ts:253
Methodcmp
(other: ContextKeyExpression)
contextKeyExpr/src/contextkey.ts:290
Methodcmp
(other: ContextKeyExpression)
contextKeyExpr/src/contextkey.ts:333
Methodcmp
(other: ContextKeyExpression)
contextKeyExpr/src/contextkey.ts:393
← previousnext →301–400 of 1,147, ranked by callers