In past versions of Visual Studio 2017 if a developer wanted to have tag helper intellisense they needed to install Razor Language Services as indicated in this SO answer: ASP.NET Core Tag Helper Intellisense in Visual Studio 2017 In prior versions of VS 2017 I did this and it worked great.
Recently I upgraded to Visual Studio 2017 version 15.3.2 from version 15.2 I believe and now my tag helper intellisense is no longer working.
I read here https://developercommunity.visualstudio.com/content/problem/55761/tag-helpers-intellisense-still-doesnt-work.html that in 15.3 tag helper intellisense was going to work out of the box. But in my case it does not.
To try to get it working I tried disabling Razor Language Services (thinking maybe it's not needed now) but then Visual Studio wouldn't let me open any cshtml files and complained with the following dialog:
So I re-enabled Razor Language Services but I am still unable to get tag helper intellisense working in the latest version of Visual Studio 2017 which is currently version 15.3.2. Below is a simple tag helper with no tag helper coloring:
Any suggestions on how to get Tag Helper intellisense working in this version of Visual Studio?