Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wscats/vscode-explore
/ functions
Functions
1,147 in github.com/Wscats/vscode-explore
⨍
Functions
1,147
◇
Types & classes
389
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
Method
aaa
()
commands/src/index.ts:61
Method
abc
()
commands/src/index.ts:55
Function
acquire
(key: string, ...args: any[])
commands/src/vs/base/common/lifecycle.ts:246
Function
acquire
(key: string)
contributes/src/vs/base/common/lifecycle.ts:221
Method
add
(t: T)
commands/src/vs/base/common/lifecycle.ts:147
Method
add
(event: Event<T>)
commands/src/vs/base/common/event.ts:732
Method
add
(key: K, value: V)
contributes/src/vs/base/common/collections.ts:103
Method
add
(t: T)
contributes/src/vs/base/common/lifecycle.ts:122
Method
add
(event: Event<T>)
contributes/src/vs/base/common/event.ts:732
Method
add
(id: string, data: any)
contributes/src/vs/platform/registry/common/platform.ts:36
Method
addCommand
(userCommand: ICommandAction)
contributes/src/vs/platform/actions/common/actions.ts:152
Method
addCommand
(command: ICommandAction)
contributes/src/vs/platform/actions/common/actions.ts:168
Method
addCommands
(commands: Iterable<ICommandAction>)
contributes/src/vs/platform/actions/common/actions.ts:176
Method
addEventListener
(event: string | symbol, listener: Function)
commands/src/vs/base/common/event.ts:345
Method
addListener
(listener: ErrorListenerCallback)
commands/src/vs/base/common/errors.ts:34
Method
addListener
(listener: ErrorListenerCallback)
contributes/src/vs/base/common/errors.ts:34
Method
affectsSome
(keys: IReadableSet<string>)
contributes/src/vs/platform/contextkey/common/contextkey.ts:1256
Method
affectsSome
(keys: IReadableSet<string>)
contextKeyExpr/src/contextkey.ts:1262
Function
and
(...expr: Array<ContextKeyExpression | undefined | null>)
contributes/src/vs/platform/contextkey/common/contextkey.ts:90
Function
and
(...expr: Array<ContextKeyExpression | undefined | null>)
contextKeyExpr/src/contextkey.ts:96
Function
any
(...events: Event<T>[])
commands/src/vs/base/common/event.ts:90
Function
any
(...events: Event<T>[])
contributes/src/vs/base/common/event.ts:90
Method
appendMenuItem
(menu: MenuId, item: IMenuItem | ISubmenuItem)
contributes/src/vs/platform/actions/common/actions.ts:156
Method
appendMenuItem
(id: MenuId, item: IMenuItem | ISubmenuItem)
contributes/src/vs/platform/actions/common/actions.ts:202
Method
appendMenuItems
(items: Iterable<{ id: MenuId, item: IMenuItem | ISubmenuItem }>)
contributes/src/vs/platform/actions/common/actions.ts:206
Function
areFunctions
(...objects: any[])
commands/src/vs/base/common/types.ts:150
Function
areFunctions
(...objects: any[])
contributes/src/vs/base/common/types.ts:143
Function
arrayInsert
(target: T[], insertIndex: number, insertArr: T[])
contributes/src/vs/base/common/arrays.ts:504
Method
as
(id: string)
contributes/src/vs/platform/registry/common/platform.ts:48
Function
asArray
(x: T | T[])
contributes/src/vs/base/common/arrays.ts:581
Function
assertAllDefined
(...args: (unknown | null | undefined)[])
commands/src/vs/base/common/types.ts:105
Function
assertAllDefined
(...args: (unknown | null | undefined)[])
contributes/src/vs/base/common/types.ts:98
Function
assertIsDefined
(arg: T | null | undefined)
commands/src/vs/base/common/types.ts:91
Function
assertIsDefined
(arg: T | null | undefined)
contributes/src/vs/base/common/types.ts:84
Function
assertType
(condition: any, type?: string)
commands/src/vs/base/common/types.ts:82
Function
assertType
(condition: any, type?: string)
contributes/src/vs/base/common/types.ts:75
Function
basename
(path: string, ext?: string)
commands/src/vs/base/common/path.ts:758
Method
basename
(path: string, ext?: string)
commands/src/vs/base/common/path.ts:182
Function
binarySearch
(array: ReadonlyArray<T>, key: T, comparator: (op1: T, op2: T) => number)
contributes/src/vs/base/common/arrays.ts:49
Method
bind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:87
Method
bind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:91
Method
bind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:96
Method
bind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:102
Method
bind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:109
Method
bind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:117
Method
bind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:126
Method
bind
(a1: A1)
commands/src/vs/platform/instantiation/common/descriptors.ts:136
Function
buffer
(event: Event<T>, nextTick = false, _buffer: T[] = [])
commands/src/vs/base/common/event.ts:225
Function
buffer
(event: Event<T>, nextTick = false, _buffer: T[] = [])
contributes/src/vs/base/common/event.ts:225
Method
bufferEvents
(fn: () => R)
commands/src/vs/base/common/event.ts:816
Method
bufferEvents
(fn: () => R)
contributes/src/vs/base/common/event.ts:816
Method
cancel
()
commands/src/vs/base/common/cancellation.ts:65
Method
cancel
()
contributes/src/vs/base/common/async.ts:31
Method
cancel
()
contributes/src/vs/base/common/cancellation.ts:65
Function
canceled
()
commands/src/vs/base/common/errors.ts:148
Method
cba
()
commands/src/index.ts:58
Function
chain
(event: Event<T>)
commands/src/vs/base/common/event.ts:326
Function
chain
(event: Event<T>)
contributes/src/vs/base/common/event.ts:326
Function
checkProposedApiEnabled
(extension: IExtensionDescription)
contributes/src/vs/workbench/services/extensions/common/extensions.ts:136
Method
clear
()
commands/src/vs/base/common/lifecycle.ts:224
Method
clear
()
contributes/src/vs/base/common/lifecycle.ts:199
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:44
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:247
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:284
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:327
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:387
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:458
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:526
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:594
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:662
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:730
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:794
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:847
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:914
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:969
Method
cmp
(other: ContextKeyExpression)
contributes/src/vs/platform/contextkey/common/contextkey.ts:1099
Method
cmp
(other: ContextKeyExpression)
contextKeyExpr/src/contextkey.ts:253
Method
cmp
(other: ContextKeyExpression)
contextKeyExpr/src/contextkey.ts:290
Method
cmp
(other: ContextKeyExpression)
contextKeyExpr/src/contextkey.ts:333
Method
cmp
(other: ContextKeyExpression)
contextKeyExpr/src/contextkey.ts:393
← previous
next →
301–400 of 1,147, ranked by callers