# monaco-editor-ex **Repository Path**: lijia/monaco-editor-ex ## Basic Information - **Project Name**: monaco-editor-ex - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-10 - **Last Updated**: 2025-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # monaco-editor-ex [![](https://img.shields.io/npm/v/monaco-editor-ex?style=flat-square)](https://www.npmjs.com/package/monaco-editor-ex) `monaco-editor-ex` is a powerful monaco-editor extension. Many features that are only available in vscode are brought to monaco-editor,try it now! [online demo](https://huanent.github.io/monaco-editor-ex/) ## available features ### html - javascript and style tag code completion ![](https://huanent.github.io/monaco-editor-ex/img/js-completion-in-html.png) - style color preview and edit - auto close tag - Better format - unocss support ![](https://huanent.github.io/monaco-editor-ex/img/unocss.png) ## Usage ### Html ```html
``` ### Vite ``` npm i monaco-editor npm i monaco-editor-ex ``` Add "[userWorker.ts](https://github.com/huanent/monaco-editor-ex/blob/main/src/userWorker.ts)" file to project ```js import "./userWorker"; import * as monaco from "monaco-editor"; import { useMonacoEx } from "monaco-editor-ex"; useMonacoEx(monaco); ```