Properties
Protected Readonly applicationServer
applicationServer: ApplicationServer
Protected Readonly bulkEditService
Protected Readonly codeEditorService
Protected Readonly commandServiceFactory
Protected Readonly contextKeyService
contextKeyService: ContextKeyService
Protected Readonly contextMenuService
Protected Readonly diffNavigatorFactory
Protected Readonly editorPreferences
editorPreferences: PreferenceProxy<EditorConfiguration>
Protected Readonly factories
Protected Readonly filePreferences
filePreferences: PreferenceProxy<FileSystemConfiguration>
Protected Readonly keybindingRegistry
keybindingRegistry: KeybindingRegistry
Protected Readonly openerService
openerService: OpenerService
Protected Readonly quickInputService
Protected Readonly services
Protected Readonly textModelService
Protected Readonly workspace
Static inlineOptions
inlineOptions: IEditorConstructionOptions = ...
Returns the last focused MonacoEditor. It takes into account inline editors as well. If you are interested only in standalone editors then use
MonacoEditor.getCurrent(EditorManager)