We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is no syntax highlighting or autocompletion features for the type definition on genric components.
Conser this simple generic component:
@typeparam TItem <h3>TestComponent</h3> @code { [Parameter] public TItem? MyItem { get; set; } }
In Visual Studio (bot normal and Preview):
Activity