class Green<T>
{
public void Foo()
{
Green< /* Closing angle bracket is not inserted automatically and user must type it himself */
}
}
I propose ReSharper to insert closing angle bracket as it does for square brackets, parentheses and quotation marks.