Hi All,
Does theia monaco editor supports inlay-hints?
VSCode´s monaco editor has this https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IEditorInlayHintsOptions.html
Hi All,
Does theia monaco editor supports inlay-hints?
VSCode´s monaco editor has this https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IEditorInlayHintsOptions.html
Hi @abchakra,
Support for inlay hints has been added with monaco 0.26.0
. The latest Theia version is using monaco 0.23.0, but we are currently in the process of uplifting it to 0.32.1
.