Is there an extension for Visual Studio Code that provides IntelliSense in an Angular HTML template after you\'ve instantiated an associated class with fields and bound it t
Angular Support This one is the best.
Angular Language Service - is so slow in big projects.
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
Hopefully that serves the purpose you are looking for.