Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular Syntax Highlighter in Visual Studio HTML files

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?

like image 209
Lóri Nóda Avatar asked Nov 09 '22 12:11

Lóri Nóda


1 Answers

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.

like image 200
Mikki Kobvel Avatar answered Nov 15 '22 06:11

Mikki Kobvel