The Monaco Editor is the code editor that powersVS Code, a good page describing the code editor's features is here .
Please mention the version of the editor when creating issues and the browser you're having trouble in.
This repository contains only the scripts to glue things together, please create issues against the actual repositories where the source code lives:
In IE, the editor must be completely surrounded in the body element, otherwise the hit testing we do for mouse operations does not work. You can inspect this using F12 and clicking on the body element and confirm that visually it surrounds the editor.
npm install monaco-editor
You will get:
It is recommended to develop against the dev version, and in production to use the min version.
Here is the most basic HTML page that embeds the editor. More samples are available at monaco-editor-samples .