Visual Studio Code’s JavaScript editor can run standalone with the Monaco component
Posted: (EET/GMT+2)
Visual Studio Code is Microsoft's cross-platform code editor for Windows, Mac and Linux, and it is very popular. Now, the code editor that is at the heart of Code's experience has been implemented with JavaScript, and thus, can also run standalone.
Microsoft has created such a "detached" version of the editor, and named it Monaco. This component can run on the browser directly, and thus, should you need either very nice source code highlighting and/or code editing, this might need your component.
You can install it conveniently using NPM. Be sure to check it out!