I am trying to figure out how to use the autofill comments whenever you do the three slashes ///. In Monodevelop and Visual Studio it works but not visual studio code.
The results is similar to this:
/// <summary>
/// Summary Here
/// </summary>
/// <param name="param1">param1 description</param>
/// <param name="param2">param2 description</param>
/// <returns></returns>