Configuration options for auto closing quotes and brackets
Configuration options for auto wrapping quotes and brackets
An editor view state.
Emitted when markers change for a model.
Emitted when a different language is set to a model.
Emitted when an editor is created. Creating a diff editor might cause this listener to be invoked with the two editors.
Emitted when a model is created.
Emitted right before a model is disposed.
The type of the IEditor.
Colorize text using language languageId.
Colorize the contents of domNode using attribute data-lang.
Colorize a line in a model.
Create a new editor under domElement.
domElement should be empty (not contain other dom nodes).
The editor will read the size of domElement.
Create a new diff editor under domElement.
domElement should be empty (not contain other dom nodes).
The editor will read the size of domElement.
Create a new editor model.
You can specify the language that should be set for this model or let the language be inferred from the uri.
Create a new web worker that has model syncing capabilities built in.
Specify an AMD module to load that will create an object that will be proxied.
Define a new theme or update an existing theme.
Get the model that has uri if it exists.
Get all the created models.
Register a command.
Clears all cached font measurements and triggers re-measurement.
Change the language for a model.
Set the markers for a model.
Switches to a theme.
Tokenize text using language languageId
Generated using TypeDoc
Configuration options for typing over closing quotes or brackets