razor
razor copied to clipboard
Completing TagHelper with Space in LiveShare removes attribute completion
- New Blazor WASM.
- Open NavMenu.razor.
-
<NavL
then hit space. - Note that a completion window will open, but
Match
isn't an option with it. - Try the same thing but hit enter instead of space and note that
Match
is available as a completion.
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?
@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.
~~@ryanbrandenburg / @ajaybhargavb is this still true in latest VSMain?~~
Still repros... Crazy!