Hi! First, thanks for this extension.
is there any way to insert new line after last property of class?
public int Foo1 { set; get; }
public int Foo2 { set; get; }
public int Foo 3{ set; get; }
public int Foo4 { set; get; }
//here i want to insert new line
public void Bar()
{
}
Hi! First, thanks for this extension.
is there any way to insert new line after last property of class?