David Wengier
David Wengier
Thanks @dgoldm !! This is actually kinda funny because at triage this morning we were discussing this issue, and @phil-allen-msft said he ran into a bug where breakpoints moved and...
@tmat any pro-tips for breakpoints switching between design time and runtime? would we get a ValidateBreakpoint request, or is it all up to the (Razor/C#) compiler with sequence points, line...
Okay, we had a bug in ValidateBreakpoint but even after [fixing that](https://github.com/dotnet/razor/pull/9905) I can still repro this issue. The `#line` directives in the generated files look to match (design time...
Thanks for catching that @dgoldm, this definitely shouldn't be closed. Not sure if I did that manually accidentally, or some automation on GitHub did it, but either way I'll reopen.
I can't reproduce this, even in the same file you are seeing it is (the one from https://github.com/dotnet/razor/issues/9718 right?) and looking at how the highlighting "sticks" while you're moving around...
Thanks again for the thorough followup! > Never works for injected properties That will be due to how the compiler emits them. Same root cause as https://github.com/dotnet/razor/issues/7093 and https://github.com/dotnet/razor/issues/7322 >...
Reported here too: https://www.reddit.com/r/Blazor/s/g61LU8V68q
Closing as fixed
Looks like maybe IntelliCode/Copilot/Copilot Chat is getting in the way of completion?
It was just me thinking out loud, but thank you for checking anyway :)