I updated Visual Studio 2019 from version 16.4.5 to 16.5 last night. In doing so, the Razor Pages Tag Helpers seem to have lost their AutoComplete abilities.
@model Some.Namespace.MyModel
<label asp-for="[Used.to.AutoComplete.for.MyModel.Properties]"></label>
I should say that it isn't entirely broken. I can still use @Model.Property, it just no longer lists the properties without the @Model..
I've tried clearing the MEF cache, re-installing the .Net Core 3.1.2 SDK, and repairing the VS2019 install. Is anyone else experiencing this with the latest version? Any additional ideas on things to try in order to fix?