3

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

2

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

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

Note that this plugin is not being actively maintained which is a serious pity.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.