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> 
1

1 Answer 1

7

Hi you can install below extension:

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.