own shortcuts vs studio code example
Example 1: visual studio 2019 constructor shortcut
"ctor" + TAB + TAB
Example 2: property shortcut visual studio
public TYPE Type { get; set; }
"ctor" + TAB + TAB
public TYPE Type { get; set; }