@codingame/monaco-editor
Advanced tools
Changelog
[0.30.0] (04.11.2021)
hover.above
option to control the hover position.ICodeEditor.onDidChangeHiddenAreas
which is fired when folding/unfolding.renderControlCharacters
. See https://code.visualstudio.com/updates/v1_62#_unicode-directional-formatting-characters for an explanation.monaco.KeyCode
to align with the names given for browser codes.ITextModel.getModeId()
to ITextModel.getLanguageId()
IPasteEvent.mode
to IPasteEvent.languageId
Contributions to monaco-editor-webpack-plugin
:
Contributions to monaco-languages
:
Changelog
[0.29.1] (11.10.2021)
Contributions to monaco-languages
:
Changelog
[0.29.0] (08.10.2021)
ariaContainerElement
option for editorsguides.bracketPairs
to enable guides driven by bracket pairsmaxFileSize
to control the maximum file size for which to compute diffsCodeActionProvider.resolveCodeAction
renderIndentGuides
, highlightActiveIndentGuide
to guides
Contributions to monaco-editor
:
ariaContainerElement
to shadow dom test PR #2644Contributions to monaco-editor-samples
:
Contributions to monaco-editor-webpack-plugin
:
Contributions to monaco-languages
:
Contributions to monaco-typescript
:
setInlayHintsOptions
PR #83