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?

Cœur
39k25 gold badges206 silver badges282 bronze badges
asked Oct 30, 2017 at 12:27

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

answered Oct 30, 2017 at 12:30
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

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.