I've been looking for days and I can't find an IDE or extension that gives me Intellisense in Angular html template.
I'm looking for Intelisense that lists the members of the component and makes sure I don't do casing/spelling mistakes.
Is there such a tool?
1 Answer 1
There are not standard ones , but vscode-ng-language-service should help you.
This plugin will provide completions in template files and template strings and diagnostics for templates and Angular annotations.
you can download and install from here
answered Oct 30, 2017 at 12:30
Sajeetharan
223k65 gold badges370 silver badges409 bronze badges
Sign up to request clarification or add additional context in comments.
1 Comment
Dylan
Note that this plugin is not being actively maintained which is a serious pity.
lang-js