Visual Studio Intellisense Autocomplete for Blazor Components

Viewed 289

When I use a component, built in or otherwise, is there a way to show the available parameters? For example, <EditForm> has a Model parameter and if I know this, I can manually type it in and it changes color to confirm I have it right. The more obscure parameters like EditContext are hard to find even in the documentation. Is there a discovery method? Ctrl + Shift + Space does not work.

0 Answers
Related