9

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>
Jesse
  • 31
  • 4
chadpeppers
  • 2,057
  • 1
  • 20
  • 27

1 Answers1

7

Hi you can install below extension:

Visual Studio Marketplace | C# XML Documentation Comment (Keisuke Kato)

Jesse
  • 31
  • 4
Ricky Stam
  • 2,116
  • 21
  • 25