Emmet support for monaco-editor
Please view the sample code.
// editor1 is the monaco editor instance.
window['emmet-monaco'].enableEmmet(editor1, window.emmet);
# clone code
git clone https://github.com/hstarorg/emmet-monaco
# init
npm i
# run
npm run dev