I'm not getting the expected completion list after the dot when typing a C# expression in a Blazor component parameter that starts with an @:

If I don't lead with @ then it works fine:

The leading @ I believe is supposed to be optional for non-string typed component parameters.
Originally reported by https://twitter.com/SRichtung/status/1636298195767644163.
I'm not getting the expected completion list after the dot when typing a C# expression in a Blazor component parameter that starts with an
@:If I don't lead with
@then it works fine:The leading
@I believe is supposed to be optional for non-string typed component parameters.Originally reported by https://twitter.com/SRichtung/status/1636298195767644163.