omsharp / BetterComments

A Visual Studio extension for better comments.
Other
70 stars 27 forks source link

[Feature Request] Support function comments #32

Closed JohnnyWoong closed 5 years ago

JohnnyWoong commented 5 years ago

I wounder why dont support c# function comments like

/// <summary>
//todo this is a todo
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
JohnnyWoong commented 5 years ago

Sorry, I already find the reason why this cant works,cause i install supercharger =.=