Thread with 1 post
jump to expanded postDespite some marketing (is a company blog after all), here's a nice article comparing Monaco (editor in vscode) and codemirror.
I used codemirror in a hobby project and it's a bit of an adjustment from just dealing with contenteditable, but much nicer and sensible, if you need to do any text/code/whatevs editting in browser.
about.sourcegraph.com/blog/migrating-monaco-codemirror
#javascript #editors #vscode #codemirror