/vscode-edge

This package adds syntax highligting for Edge templating engine

Primary LanguageTypeScriptMIT LicenseMIT

Edge Support

Edge snippets and syntax highlight support for Visual Studio Code.

Screenshot

Demo FOSSA Status

Important update change (VS Code 1.5+)

Open Preferences -> User Settings

Add below settings to enable Emmet for edge:

"emmet.includeLanguages": {
  "edge": "html"
}

Installation

  • 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 click extensions
  • On the Search bar: (Search Extension marketplace) box, slightly above Intalled:
    • Type this VS code entension name: Edge template support
    • You will see the one by Luong Nguyen
    • Click on install
  • Done!

Features

  • Edge syntax highlight
  • Edge snippets
  • Emmet works in edge template

Edge Syntax Highlight

  • Auto detected with .edge.html .edge extension

License

FOSSA Status