monaco-editor
Advanced tools
Changelog
[0.19.1] (06.01.2020)
wordBasedSuggestions
) - #1746Contributions to monaco-editor
:
Contributions to monaco-languages
:
Changelog
[0.19.0] (20.12.2019)
dimension
in the editor construction options in order to avoid a synchronous layout.multiCursorPaste
: define how to distribute paste in case of multi-cursormatchBrackets
: control if enclosing brackets should be highlightedgetConfiguration()
is replaced by getRawOptions()
, which returns the passed in editor options.Contributions to monaco-editor
:
Contributions to monaco-editor-webpack-plugin
:
Contributions to monaco-languages
:
Contributions to monaco-typescript
:
Changelog
[0.18.1] (19.09.2019)
Contributions to monaco-editor
:
Contributions to monaco-json
:
Contributions to monaco-languages
:
Contributions to monaco-typescript
:
monaco.languages.typescript.typeScriptVersion
PR #31Changelog
[0.18.0] (04.09.2019)
IModelDecorationOptions.minimap
, once set the decoration will be rendered in the minimapautoClosingOvertype
: it controls whether the editor allows typing over closing quotes or brackets.cursorSurroundingLines
: it controls how many visible lines to display around the cursor while moving the cursor towards beginning or end of a file.renderWhitespace: "selection"
: the editor can render whitespaces only in selection.DeclarationProvider
: The declaration provider interface defines the contract between extensions and the go to declaration feature.SelectionRangeProvider
Provide smart selection ranges for the given positions, see VS Code issue.CodeLensList
instead of ICodeLensSymbol[]
.DocumentSymbol
has a new property tags
to support more types.string
instead of number
.Contributions to monaco-json
:
Changelog
[0.17.1] (25.06.2019)
Changelog
[0.17.0] (05.05.2019)
LinkProvider.ProvideLinks
should now return ILinksList
instead of ILink[]
.IEditorOptions.iconsInSuggestions
and EditorContribOptions.iconsInSuggestions
are now replaced by EditorContribOptions.suggest.showIcons
.EditorContribOptions.suggest.maxVisibleSuggestions
to control maximum suggestions to show in suggestions widget.EditorContribOptions.suggest.filteredTypes
is now introduced to allow suggestions to be filtered by the user. For more details, please read vscode#45039.Contributions to monaco-editor
:
Changelog
[0.16.2] (19.03.2019)
Changelog
[0.16.1] (14.03.2019)
Changelog
[0.16.0] (05.03.2019)
monaco.editor.remeasureFonts
) in case custom fonts are used and the editor is painted at a time when the fonts are not finished loading.renderFinalNewline
, or to have a cursorSmoothCaretAnimation
CompletionItem.range
is now mandatory. Most times, you can use model.getWordUntilPosition()
to get a good range.DefinitionLink
has been renamed to LocationLink
and a couple of its fields have also been renamed.Contributions to monaco-editor
:
Contributions to monaco-languages
:
Contributions to monaco-typescript
:
Changelog
[0.15.6] (23.11.2018)