emmet-monaco icon indicating copy to clipboard operation
emmet-monaco copied to clipboard

Emmet support for monaco-editor

emmet-monaco

Emmet support for monaco-editor

Usage

Please view the sample code.

// editor1 is the monaco editor instance.
window['emmet-monaco'].enableEmmet(editor1, window.emmet);

How to start

# clone code
git clone https://github.com/hstarorg/emmet-monaco

# init
npm i

# run
npm run dev