#27
in
TypeScript
VSCode is based on Monaco https://github.com/microsoft/monaco-editor.
Codemirror & vue. Chances are if you're using a code editor in a web app it's either Microsoft's Monaco [0] or CodeMirror [1], which is maintained by Marijn Haverbeke
Monaco is the engine that powers VS Code. It’s super neat you can just embed it.
What I meant was this:
"Please note that this repository contains no source code for the code editor, it only contains the scripts to package everything together and ship the monaco-editor npm module."
Is the browser editing powered by Monaco or something else entirely? https://github.com/microsoft/monaco-editor
Both repl.it and codesandbox.io seem to be Monaco based. This seems to have better support for VS Code extensions than what's available in Monaco.
On desktop this is [monaco-editor](https://github.com/microsoft/monaco-editor)
It's actually the same editor behind VSCode but this is a version that runs in the browser rather than Electron