IntelliSense for HTML templates
Checkout the Angular Language Service extension for VS Code.
I've used a plugin called angular2-inline by Nate Wallace to work with inline templates.
It supports
- Syntax highlighting of inline html and css.
- Code completion, highlighting, and hover information for inline html
Hopefully that serves the purpose you are looking for.