monaco-editor
Advanced tools
Changelog
[0.15.5] (16.11.2018)
Changelog
[0.15.4] (15.11.2018)
Changelog
[0.15.3] (15.11.2018)
Changelog
[0.15.2] (14.11.2018)
marked
to allow for packaging with rollup (https://github.com/Microsoft/monaco-editor/issues/1183)Changelog
[0.15.1] (13.11.2018)
/esm/
distribution (https://github.com/Microsoft/monaco-editor/issues/1178)Changelog
[0.15.0] (12.11.2018)
monaco.d.ts
to better reflect null types.monaco.Promise
API has been reduced to indicate that. We are setting up a Promise polyfill to cover browsers which do not have a native Promise implementation yet (i.e. IE11).CompletionItemProvider.provideCompletionItems
and CompletionItemProvider.resolveCompletionItem
have been modified to better reflect the API of VS Code. Both arguments and return type have changed.SignatureHelpProvider.provideSignatureHelp
now receives an extra argument for the context.parameterHints
, autoClosingBrackets
, autoClosingQuotes
, autoSurround
, copyWithSyntaxHighlighting
, tabCompletion
.Contributions to monaco-editor
:
Contributions to monaco-languages
:
Contributions to monaco-typescript
:
Contributions to monaco-json
:
Contributions to monaco-css
:
Changelog
[0.14.3] (17.08.2018)
Changelog
[0.14.2] (10.08.2018)
Changelog
[0.14.1] (10.08.2018)
Changelog
[0.14.0] (10.08.2018)
typescriptServices
is no longer loaded on the UI thread, this helps with webpack's bundle output size.scrollBeyondLastColumn
, hover
, suggest
, highlightActiveIndentGuide
, showUnused
.setTokensProvider
with EncodedTokensProvider
.monaco.languages.getEncodedLanguageId
to get the numeric language id.DefinitionProvider.provideDefinition
, ImplementationProvider.provideImplementation
, TypeDefinitionProvider.provideTypeDefinition
can now return a DefinitionLink
.Severity
.IEditor.isFocused
to IEditor.hasTextFocus
.ICodeEditor.onDidFocusEditor
to ICodeEditor.onDidFocusEditorWidget
.ICodeEditor.onDidBlurEditor
to ICodeEditor.onDidBlurEditorWidget
.DocumentSymbolProvider.provideDocumentSymbols
must now return DocumentSymbol[]
.Contributions to monaco-editor
:
Contributions to monaco-typescript
:
file
fields of relatedInformation
too. (WIP) PR #21Contributions to monaco-languages
: