Microsoft/monaco-editor

A Free browser based code editor Library by Microsoft. Vs code is based on Same library. It provide you same features and Ui as VS Code. https://microsoft.github.io/monaco-editor/

⭐ 2 stars💬 0 comments

Files

📁 .azure-pipelines
📁 .devcontainer
📄 .gitattributes12 B
📁 .github
📄 .gitignore158 B
📁 .husky
📄 .mocharc.json33 B
📄 .nvmrc8 B
📄 .prettierignore542 B
📄 .prettierrc130 B
📁 .vscode
📄 CHANGELOG.md110.8 KB
📄 CONTRIBUTING.md4 KB
📄 LICENSE.txt1.1 KB
📄 MAINTAINING.md3.6 KB
📄 README.md7.5 KB
📄 SECURITY.md543 B
📄 ThirdPartyNotices.txt59 KB
📁 build
📁 docs
📄 editor.code-workspace112 B
📄 gulpfile.js295 B
📁 monaco-lsp-client
📄 package-lock.json572.5 KB
📄 package.json3.9 KB
📁 samples
📁 scripts
📁 src
📁 test
📁 test-results
📁 webpack-plugin
📁 website

README

# Monaco Editor [![Versions](https://img.shields.io/npm/v/monaco-editor)](https://www.npmjs.com/package/monaco-editor) [![Versions](https://img.shields.io/npm/v/monaco-editor/next)](https://www.npmjs.com/package/monaco-editor) [![Feature Requests](https://img.shields.io/github/issues/microsoft/monaco-editor/feature-request.svg)](https://github.com/microsoft/monaco-editor/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) [![Bugs](https://img.shields.io/github/issues/microsoft/monaco-editor/bug.svg)](https://github.com/microsoft/monaco-editor/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Abug) The Monaco Editor is the fully featured code editor from [VS Code](https://github.com/microsoft/vscode). Check out the [VS Code docs](https://code.visualstudio.com/docs/editor/editingevolved) to see some of the supported features. ![image](https://user-images.githubusercontent.com/5047891/94183711-290c0780-fea3-11ea-90e3-c88ff9d21bd6.png) ## Try it out Try out the editor and see various examples [in our interactive playground](https://microsoft.github.io/monaco-editor/playground.html). The playground is the best way to learn about how to use the editor, which features is supports, to try out different versions and to create minimal reproducible examples for bug reports. ## Installing ``` > npm install monaco-editor ``` You will get: - inside `/esm`: ESM version of the editor (compatible with e.g. webpack) - `monaco.d.ts`: this specifies the API of the editor (this is what is actually versioned, everything else is considered private and might break with any release). :warning: The monaco editor also ships an `AMD` build for backwards-compatibility reasons, but the `AMD` support is deprecated and will be removed in future versions. ## Localization To load the editor in a specific language, make sure that the corresponding nls script file is loaded before the main monaco editor script. For example, to load the editor in German, include the
SocialRepo
Login

loading/repo...

Latest Updates

Discussion