atom / language-csharp

C# language support for Atom
Other
62 stars 53 forks source link

Triple slash XML documentation #56

Open vanillajonathan opened 8 years ago

vanillajonathan commented 8 years ago

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)

L4D15 commented 8 years ago

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

damieng commented 7 years ago

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)

vanillajonathan commented 7 years ago

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