Is there supposed to be Intellisense for the new asp- tag helpers in Razor/MVC 6? I was following along on one of Shawn Wildermuth\'s courses on Pluralsight and
Another thing, ensure that @addTagHelper in _ViewImports.cshtml is unquoted, for example:
@addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers" ----not good