You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS does not suggest @bind- completions anymore.
Let's say my component has Text and TextChanged properties. Previosly it would suggest @bind-Text completion. It doesn't work anymore. It works fine if I type @bind-Text=... manually.