Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

| Marketplace
Sign in
Visual Studio Code>Programming Languages>vscode-angular-inlineNew to Visual Studio Code? Get it now.

vscode-angular-inline

Guilherme Haschel

|
205 installs
| (1) | Free
vscode-angular-html syntax highlighting ported to angular inline templates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-angular-inline

SemVer GitHub issues GitHub license Build status Installs Version Greenkeeper badge Commitizen friendly

Logo

Angular Inline Template Syntax Highlighting

This plugin adds syntax highlighting for angular HTML template files in VS Code. It supports the angular syntax itself, HTML DOM events and emphasizes deprecated and obsolete tags and attributes usage according to the current status of HTML.

Note: VSCode's default Dark+ theme doesn't have the highlighting displayed in these images. For that effect I recommend using dark-plus-syntax theme. Other themes that have similar highlighting: cobalt2, dracula / dracula soft and and old hope classic.

Summary

  • vscode-angular-inline
    • Angular Inline Template Syntax Highlighting
    • Summary
      • Angular directives
      • Doctype
      • Comments
      • Invalid attributes see complete list
      • Angular interpolations (with safe navigation operator)
      • Angular structural tags
      • Entities
      • Regex
      • Deprecated tags see complete list
      • DOM events see complete list
      • Style inline
      • Style tag (scss/stylus)
      • Script tag
      • Generic attributes
    • Disclaimer
    • Changelog

Angular directives

Angular directives

Doctype

Doctype

Comments

Comments

Invalid attributes see complete list

Invalid attributes

Angular interpolations (with safe navigation operator)

Angular Interpolations

Angular structural tags

Angular Structural Tags

Entities

HTML Entities

Regex

Regex

Deprecated tags see complete list

Deprecated tags

DOM events see complete list

DOM events

Style inline

Style inline

Style tag (scss/stylus)

Note: stylus is only supported via language-stylus

Style tag

Script tag

Script tag

Generic attributes

Generic attributes

Disclaimer

The development of this plugin serves as a way for me to train Regex, so may not be 100% correct. Feel free to submit a pull request if needed.

Based in the original work of dunstontc

Changelog

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft