aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
258 stars 124 forks source link

Razor editor with new tag helpers extension blocks on the following scenario #1018

Closed javiercn closed 7 years ago

javiercn commented 7 years ago

Repro steps: <input type="hidden" asp-for="value" ... go to asp-for and type @ after the opening quotes. asp-for="@ value"

The editor blocks and the error message says image

mlorbetske commented 7 years ago

This issue was moved to aspnet/Razor#1083