I was toying with new Razor Pages in ASP .NET Core 2.0 and noticed some problems with IntelliSense.
When using tag helper for MVC controller I get usual help:
However there is no such help for asp-page
tag helper used in Razor Pages:
Is this a problem with my Visual Studio or rather Razor Pages tags do not support it yet?
I use ASP .NET Core 2.0 with framework 4.7 on VS 2017 15.5.5.