Reputation: 750
Sometimes a lot of angular and code appears in the html file. With a highlighter it would be easier to see what we have in the file,for both code and directives.
Are there any tools with such a syntax highlight ability?
Upvotes: 6
Views: 861
Reputation: 7630
Unfortunately, there is no opportunity to add angular IntelliSense to HTML in the Visual Studio, at least now.
As an alternative answer for your question, I would suggest trying another Microsoft product named - Visual Studio Code. It has out of box support of what you are looking for (Angular HTML IntelliSense).
It supports C#, and most of the languages currently used in web development. In case you miss anything, you always can upgrade it with a help of Extensions market.
Upvotes: 1