Edge snippets and syntax highlight support for Visual Studio Code.
Open Preferences
-> User Settings
Add below settings to enable Emmet for edge:
"emmet.includeLanguages": {
"edge": "html"
}
- On Windows: To open VS Code extentsion marketplace use any of these:
Ctrl+Shif+X
- Or click on the
View
menu. On the drop down appears clickextensions
- On the Search bar:
(Search Extension marketplace)
box, slightly aboveIntalled
:- Type this VS code entension name: Edge template support
- You will see the one by Luong Nguyen
- Click on install
- Done!
- Edge syntax highlight
- Edge snippets
- Emmet works in edge template
- Auto detected with
.edge.html .edge
extension