language-csharp
language-csharp copied to clipboard
Triple slash XML documentation
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)
Sublime Text has a package called XMLDoc. Maybe yo can get inspiration from there.
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)
If the autocomplete system is upstreams, could upstreams be notified to implement support for non-ASCII characters?