![]() | |
Developer(s) | Marijn Haverbeke |
---|---|
Stable release | |
Repository | github |
Written in | JavaScript |
Platform | Web |
Type | Source code editor |
License | MIT |
Website | codemirror |
CodeMirror is aJavaScriptcomponent that provides acode editor in thebrowser. It has a rich programmingAPI and a focus onextensibility.
The first version of the editor was written early 2007, for the console in the Eloquent JavaScript website. The code was first packaged up and released under the name CodeMirror in May 2007. This version was based on thecontentEditable
feature of browsers.[2]
In late 2010, theAce project, another JavaScript-based code editor, pioneered new implementation techniques and demonstrated that it is possible, even in JavaScript, to handle documents with many thousands of lines without degraded performance. This prompted a rewrite of CodeMirror[3] along the same principles. The result was version 2, which no longer relied oncontentEditable
and significantly improved performance.
Version 6 was released in 2022.[4][5] The library has been split into a collection of packages,[6][7] and core packages are released independently.[1]