Protected
_currentProtected
Readonly
diffProtected
Readonly
editorProtected
Readonly
factoriesProtected
Readonly
fileProtected
Readonly
keybindingProtected
Readonly
m2pProtected
Readonly
openerProtected
Readonly
p2mProtected
saveProtected
Readonly
saveProtected
Readonly
servicesProtected
Readonly
workspaceStatic
inlineProtected
diffProtected
preferenceProtected
createOptional
options: monaco.IOptionsCreates an instance of the standard MonacoEditor with a StandaloneCodeEditor as its Monaco delegate. Among other differences, these editors execute basic actions like typing or deletion via commands that may be overridden by extensions.
Most use cases for inline editors should be served by createSimpleInline
instead.
Protected
createProtected
createProtected
createProtected
createalways pass a language as an overrideIdentifier
Creates an instance of the standard MonacoEditor with a CodeEditorWidget as its Monaco delegate. In addition to the service customizability of the StandaloneCodeEditor,This editor allows greater customization the editor contributions active in the widget. See ICodeEditorWidgetOptions.contributions.
Protected
doProtected
doProtected
formatProtected
getProtected
injectProtected
insertProtected
interceptOptional
options: SaveOptionsProtected
setProtected
shouldProtected
toProtected
updateOptional
event: EditorPreferenceChangeOptional
resourceUri: stringProtected
updateOptional
event: EditorPreferenceChangeProtected
update
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)