Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodinGame/monaco-vscode-api
/ functions
Functions
964 in github.com/CodinGame/monaco-vscode-api
⨍
Functions
964
◇
Types & classes
880
Function
Unsupported
(target: object, propertyKey: string, descriptor?: PropertyDescriptor)
src/missing-services.ts:525
Function
[Symbol.dispose]
()
demo/src/sandbox.ts:56
Method
_createInnerEditor
( instantiationService: IInstantiationService, container: HTMLElement, options: Readonly<IEditorOp
src/monaco.ts:359
Method
_dispatch
(e: IKeyboardEvent, target: IContextKeyServiceTarget)
src/service-override/keybindings.ts:149
Method
_dumpDebugInfo
()
src/monaco.ts:450
Method
_dumpDebugInfoJSON
()
src/monaco.ts:454
Method
_getResolver
()
src/monaco.ts:434
Method
_getResolver
()
src/service-override/keybindings.ts:131
Method
_updatePolicyDefinitions
()
src/service-override/policy.ts:25
Method
accept
()
src/service-override/quickaccess.ts:173
Function
acknowledgeDataEvent
()
src/service-override/terminal.ts:153
Method
activeContainer
()
src/service-override/layout.ts:135
Method
activeContainerDimension
()
src/service-override/layout.ts:537
Method
activeEditor
()
src/service-override/tools/editor.ts:634
Method
activeEditorPane
()
src/service-override/tools/editor.ts:630
Method
activeGroup
()
src/service-override/tools/editor.ts:906
Method
activePart
()
src/service-override/views.ts:232
Method
activeRepository
()
src/missing-services.ts:4337
Method
activeService
()
src/service-override/quickaccess.ts:79
Method
activeTextEditorControl
()
src/missing-services.ts:612
Method
activeTextEditorControl
()
src/service-override/tools/editor.ts:360
Function
addCapability
(capability: EditorInputCapabilities)
src/service-override/tools/views.ts:183
Method
addChild
(name: string, node: RegisteredNode)
src/service-override/files.ts:125
Method
agentPluginsHome
()
src/missing-services.ts:6890
Method
alignment
()
src/service-override/quickaccess.ts:95
Method
applyWorkingSet
(workingSet: IEditorWorkingSet | 'empty')
src/service-override/tools/editor.ts:844
Method
argvResource
()
src/service-override/environment.ts:43
Method
ascend
(depth: number)
demo/src/features/testing.ts:104
Method
back
()
src/service-override/quickaccess.ts:177
Method
backButton
()
src/service-override/quickaccess.ts:107
Method
cacheHome
()
src/service-override/environment.ts:46
Function
calculateTotalChanges
* Calculates the total number of file changes * @param e - The file changes event * @returns Total number of changes
src/service-override/tools/search-utils/base-provider.ts:333
Method
canSerialize
()
demo/src/features/customView.views.ts:155
Method
canSerialize
()
demo/src/features/customView.workbench.ts:155
Method
canSetLanguage
(extension: IContribExtension)
src/service-override/extensionGallery.ts:138
Method
cancel
()
src/service-override/quickaccess.ts:181
Function
capabilities
()
src/service-override/tools/views.ts:179
Method
capabilities
()
src/service-override/files.ts:981
Method
centerEditorLayout
()
src/service-override/layout.ts:366
Method
centerMainEditorLayout
()
src/service-override/layout.ts:110
Method
clearBuffer
()
demo/src/features/terminal.ts:51
Method
clearCache
* Clears search cache * @param cacheKey - The cache key to clear
src/service-override/tools/search-providers/workspace-search-provider.ts:253
Function
clearInput
()
src/service-override/tools/views.ts:148
Function
clearLocale
()
demo/src/setup.common.ts:518
Method
clearLocale
()
src/service-override/localization.ts:47
Method
close
(fd: number)
src/service-override/files.ts:353
Function
collectFiles
* Recursively collects files from a directory entry * @param entry - The file stat entry to process * @param depth - Current recursion depth
src/service-override/tools/search-utils/base-provider.ts:181
Method
collection
()
src/missing-services.ts:4258
Method
commentsModel
()
src/missing-services.ts:3864
Method
config
()
src/missing-services.ts:2827
Method
configurationFile
()
src/missing-services.ts:6630
Function
configureServer
(server)
demo/vite.config.ts:53
Method
confirm
()
demo/src/features/customView.views.ts:106
Method
confirm
()
demo/src/features/customView.workbench.ts:106
Function
constructor
( readonly id: number, readonly pid: number, readonly cwd: string, readonly onData: Event<stri
src/service-override/terminal.ts:117
Function
constructor
( public uri: URI, private readonly: boolean )
src/service-override/files.ts:174
Function
constructor
(id: string, group: IEditorGroup)
src/service-override/tools/views.ts:72
Function
constructor
* Creates a new BaseWorkspaceSearchProvider instance * @param fileService - File service for file operations * @param logger - Logger service fo
src/service-override/tools/search-utils/base-provider.ts:36
Method
constructor
()
src/missing-services.ts:593
Method
constructor
( @IUserDataProfileService protected readonly profileService: IUserDataProfileService )
src/missing-services.ts:1252
Method
constructor
( @IUserDataProfileService protected readonly profileService: IUserDataProfileService )
src/missing-services.ts:1306
Method
constructor
( @IEnvironmentService environmentService: IEnvironmentService )
src/missing-services.ts:1356
Method
constructor
( @IModelService private modelService: IModelService )
src/missing-services.ts:1822
Method
constructor
(defaultValue: T | undefined)
src/missing-services.ts:5336
Method
constructor
( domElement: HTMLElement, _options: Readonly<IStandaloneEditorConstructionOptions> = {}, @I
src/monaco.ts:140
Method
constructor
( domElement: HTMLElement, _options: Readonly<IStandaloneDiffEditorConstructionOptions> = {}, @IIn
src/monaco.ts:261
Method
constructor
( private delegate: DynamicKeybindingService, @IContextKeyService contextKeyService: IContextKeyServic
src/monaco.ts:406
Method
constructor
(@IInstantiationService instantiationService: IInstantiationService)
src/services.ts:185
Method
constructor
( private readonly emitterIn: BufferedEmitter<VSBuffer>, private readonly emitterOut: BufferedEmit
src/localExtensionHost.ts:108
Method
constructor
( public readonly runningLocation: LocalProcessRunningLocation, public readonly startup: ExtensionHost
src/localExtensionHost.ts:147
Method
constructor
(...args: any[])
src/tools/injection.ts:46
Method
constructor
(@IInstantiationService private instantiationService: IInstantiationService)
src/service-override/quickaccess.ts:71
Method
constructor
( @IRemoteAgentService remoteAgentService: IRemoteAgentService, @IWorkbenchEnvironmentService environm
src/service-override/base.ts:51
Method
constructor
( private enableWorkerExtensionHost: boolean, _extensionsProposedApi: ExtensionsProposedApi, _scan
src/service-override/extensions.ts:85
Method
constructor
( private readonly allowedExtHostKinds: ExtensionHostKind[], @ILogService _logService: ILogService )
src/service-override/extensions.ts:157
Method
constructor
( enableWorkerExtensionHost: boolean, @IInstantiationService instantiationService: IInstantiationServi
src/service-override/extensions.ts:190
Method
constructor
( @IFileService fileService: IFileService, @IExtensionResourceLoaderService extensionResourceLoade
src/service-override/extensions.ts:302
Method
constructor
( private options: LocalizationOptions, @IDialogService dialogService: IDialogService, @IHostServi
src/service-override/localization.ts:30
Method
constructor
( private options: LocalizationOptions, @IExtensionGalleryService extensionGalleryService: IExtensionG
src/service-override/localization.ts:53
Method
constructor
( private shouldUseGlobalKeybindings: () => boolean, private _lockKeyCodesOverride: LockKeyCodesOverri
src/service-override/keybindings.ts:77
Method
constructor
( @IBrowserWorkbenchEnvironmentService environmentService: IBrowserWorkbenchEnvironmentService, @ISecr
src/service-override/userDataProfile.ts:87
Method
constructor
( @IBrowserWorkbenchEnvironmentService environmentService: IBrowserWorkbenchEnvironmentService, @IUser
src/service-override/userDataProfile.ts:155
Method
constructor
( private fileUri: URI, @IFileService private fileService: IFileService )
src/service-override/storage.ts:37
Method
constructor
( private fallbackOverride: Record<string, unknown> | undefined, private databaseFactories: DatabaseFa
src/service-override/storage.ts:114
Method
constructor
( @IWorkspaceContextService contextService: IWorkspaceContextService, @IWorkbenchEnvironmentService en
src/service-override/workingCopy.ts:19
Method
constructor
( workspaceId: string = getWorkspaceIdentifier().id, private overrides: WorkbenchEnvironmentServiceOve
src/service-override/environment.ts:26
Method
constructor
( @IBrowserWorkbenchEnvironmentService browserWorkbenchEnvironmentService: IBrowserWorkbenchEnvironmen
src/service-override/remoteAgent.ts:41
Method
constructor
( @IEnvironmentService environmentService: BrowserWorkbenchEnvironmentService, @IProductService produc
src/service-override/remoteAgent.ts:54
Method
constructor
( private scanRemoteExtensions: boolean, @IRemoteAgentService remoteAgentService: IRemoteAgentService,
src/service-override/remoteAgent.ts:80
Method
constructor
( private experiments: string[], private treatments: Record<string, unknown>, @IConfigurationServi
src/service-override/assignment.ts:26
Method
constructor
(public mainContainer: HTMLElement = getWorkbenchContainer())
src/service-override/layout.ts:59
Method
constructor
( private _toggleFullScreen: () => Promise<void> | undefined, _onDidChangeFullScreen: Event<boolean> |
src/service-override/host.ts:25
Method
constructor
()
src/service-override/files.ts:105
Method
constructor
( uri: URI, public override read: () => Promise<Uint8Array>, private size: number )
src/service-override/files.ts:213
Method
constructor
( location: URI, private url: string, private metadata?: ExtensionFileMetadata )
src/service-override/files.ts:240
Method
constructor
(uri: URI, content: string | Uint8Array)
src/service-override/files.ts:296
Method
constructor
(readonly: boolean)
src/service-override/files.ts:333
Method
constructor
( private options: { delegate: IFileSystemProvider toDelegate: (uri: URI) => URI fromDel
src/service-override/files.ts:973
Method
constructor
( logService: ILogService, private options: FileServiceOptions )
src/service-override/files.ts:1142
Method
constructor
( forcedSupportedExecutions: ForcedSupportedExecutions | undefined, @IConfigurationService _configurat
src/service-override/task.ts:51
← previous
next →
301–400 of 964, ranked by callers