dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
502 stars 193 forks source link

Completing TagHelper with Space in LiveShare removes attribute completion #4542

Open ryanbrandenburg opened 4 years ago

ryanbrandenburg commented 4 years ago

image

  1. New Blazor WASM.
  2. Open NavMenu.razor.
  3. <NavL then hit space.
  4. Note that a completion window will open, but Match isn't an option with it.
  5. Try the same thing but hit enter instead of space and note that Match is available as a completion.
ajaybhargavb commented 4 years ago

I was shocked by this level of weirdness and tried it out but I couldn't reproduce it both locally and in codespaces. Was there anything else that could be affecting this behavior?

ryanbrandenburg commented 4 years ago

@ajaybhargavb I only noticed this in LiveShare, as I recall it did not repro in either CodeSpaces or Locally when I tried. I don't know of any other caviets.

NTaylorMullen commented 4 years ago

@ryanbrandenburg / @ajaybhargavb is this still true in latest VSMain?

NTaylorMullen commented 3 years ago

Still repros... Crazy!