microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.11k stars 29.27k forks source link

Emmet support for custom HTML tags / attributes #64032

Open octref opened 5 years ago

octref commented 5 years ago

Continuation of #62976.

Cusom tags / attributes should go into emmet's registry, so all emmet features work as expected for them.

starball5 commented 1 year ago

Related question on Stack Overflow: How can I get Custom Elements / Web Component names to be suggested by VS Code's Emmett / IntelliSense?

Remember to update the documentation on current limitations after this is implemented.