How can I get Intellisense for the tag helpers in VS 2015 MVC Core project?

154 Views Asked by At

In my Razor Views I can get intelligence for my model in most places like HTML Helpers but just not inside tag helpers.

I tried everything at these two links: 1) MVC 6 Tag Helpers Intellisense? 2) Tag Helpers disabled in VS 2015

And it doesn't help.

I am following the Microsoft tutorial at: https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/adding-model and they clearly show intellisense for a tag helper in the screen shot at the bottom. Has anyone run into this and found the magic bullet here?


Intellisense for taghelpers seems to be working now. Not sure if this is from the steps above and if they worked. Will keep updated as I try in other projects and other development computers.

0

There are 0 best solutions below