Monaco-editor: How to support emmet?

Created on 4 Aug 2016  路  12Comments  路  Source: microsoft/monaco-editor

When I type 'div', it not insert text '<div></div>'.

Can it support emmet like vscode?

feature-request

Most helpful comment

Guys I've written a lib to support emmet, too.
almost the same as emmet in VS Code.
see at https://github.com/troy351/emmet-monaco-es

All 12 comments

same issue here, really this is the only thing preventing us from using monaco :(

Yes, it is very important.

sorry, but emmet support is currently part of the VS Code workbench layer and not part of the monaco editor. Changing this is not on our immediate radar.

Do we have a roadmap or whatever ? This is like a must today for any kind editors.

@egamma Would you provider a plugin to support it?

We track the work on the monaco editor on the VS Code Roadmap. The items on the roadmap have higher priority to us for the next 6-12 months, sorry.

Okay, also thank you very much.

I provided a lib to support emmet in monaco, it's https://github.com/hstarorg/emmet-monaco.

Also add Emmet integration for css files

Guys I've written a lib to support emmet, too.
almost the same as emmet in VS Code.
see at https://github.com/troy351/emmet-monaco-es

How to support emmet?

Adding my vote here for this feature natively. Even just the ability to type an element name and hit tab to expand (without having to type the angle brackets) would help. I came here because I was checking out repl.it but have found I am just too used to writing HTML using Emmet to be able to use it. Everything feels so slow and awkward without it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Panhaiwei picture Panhaiwei  路  3Comments

brandalorian picture brandalorian  路  3Comments

Kang-Jun-sik picture Kang-Jun-sik  路  3Comments

fabiospampinato picture fabiospampinato  路  3Comments

inf9144 picture inf9144  路  3Comments