About

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.34.0

The latest released version is 0.34.0.

Download with this direct download link or from npm:

npm install monaco-editor@0.34.0

Rich IntelliSense, Validation

TypeScript, JavaScript, CSS, LESS, SCSS, JSON, HTML

Basic Syntax Colorization

XML, PHP, C#, C++, Razor, Markdown, Diff, Java, VB, CoffeeScript, Handlebars, Batch, Pug, F#, Lua, Powershell, Python, Ruby, SASS, R, Objective-C

Colorizers are implemented using Monarch.

constructor(row: number, col: number, live: boolean) {

<div>/* Game of Life * Implemented in TypeScript * To learn more about TypeScript, please visit http://www.typescriptlang.org/ */ namespace Conway { export class Cell { public row: number; public col: number; <br></div>

Diff Editor

(function (global, undefined) {

var keys = Object.keys(members);

for (i = 0, len = keys.length; i < len; i++) {