Top "Monaco-editor" questions

Monaco Editor is the JavaScript based text editing portion of VSCode extracted out into standalone library.

Get the value of Monaco Editor

Microsoft recently open sourced their monaco editor (similar to ace/codemirror). https://github.com/Microsoft/monaco-editor I've got it up …

javascript monaco-editor
Monaco editor dynamically resizable

I have been searching for a discussion about if it's possible to mimic the html tag textarea's resizing when using …

javascript node.js reactjs monaco-editor
Adding JavaScript type hints for VSCode/Monaco Intellisence

Is there a way to hint to VSCode/Monaco's intellisense the types of variables. I have some code like this …

javascript intellisense visual-studio-code monaco-editor
Monaco Editor 'onChange' event?

I've just started investigating Monaco to be used as the editor for our internal code playground. And I'm unable to …

monaco-editor
Use Monaco editor in web application

We have an MVC web application in which Powershell is used as scripting engine. Currently a textarea element is used …

asp.net-mvc powershell monaco-editor
How to use monaco editor for syntax highlighting?

I developing a code based chat component. Every chat is some code snippet. For user input, I am using monaco-editor. …

javascript syntax-highlighting monaco-editor
Provide type hints to monaco editor

I am trying to provide intellisense / code completion into a javascript editor using the Monaco editor. The code needs to …

javascript typescript monaco-editor