language-csharp icon indicating copy to clipboard operation
language-csharp copied to clipboard

Triple slash XML documentation

Open vanillajonathan opened this issue 9 years ago • 3 comments

I request the feature of /// should generate a template for XML documentation with the <summary> element.

/// <summary>
/// 
/// <summary>
public void Foo() {
}

Recommended Tags for Documentation Comments (C# Programming Guide)

vanillajonathan avatar Mar 27 '16 17:03 vanillajonathan

Sublime Text has a package called XMLDoc. Maybe yo can get inspiration from there.

L4D15 avatar Apr 07 '16 14:04 L4D15

Unfortunately the autocomplete system only allows ascii characters so /// is not a possible snippet trigger at this time (unless you manually trigger it with tab)

damieng avatar Sep 28 '16 17:09 damieng

If the autocomplete system is upstreams, could upstreams be notified to implement support for non-ASCII characters?

vanillajonathan avatar Sep 29 '16 08:09 vanillajonathan