I am unable to get Intellisense for all tags (e.g. asp-for
asp-action
, etc.) I\'m running Visual Studio 2017.
My .csproj
file
EDIT1:
As suggested in VS2017 known issues, workaround is now available. For this, we need to install the Razor Language Service extension. This extension provides support for ASP.NET Core Razor Tag Helpers in Visual Studio 2017.
Original:
Razor Tag Helpers do not get colorization or special IntelliSense at design time in VS2017 RC. They work normally at runtime. No workaround available at this moment.
Refer known-issues-vs2017 for more details.