Monaco - The Editor of the Web
The Monaco Editor is the code editor that powers VS Code. A good page describing the code editor's features is here. It is licensed under the MIT License and supports Edge, Chrome, Firefox, Safari and Opera. The Monaco editor is not supported in mobile browsers or mobile web frameworks. Find more information at the Monaco Editor repo.
Download v0.52.2
The latest released version is 0.52.2.
Download with this direct download link or from npm:
npm install monaco-editor@0.52.2
Editor
IntelliSense, Validation
Get completions and errors directly in the browser for supported languages. Or write your own completion providers in JavaScript.
Basic Syntax Colorization
Colorize code using our pre-built syntax highlighting, or configure your own custom colorization.