I'd like to have a single command to auto-linewrap the XML-style comments in .NET.
Example:
/// <summary>
/// This comment line should be
/// on one line, and other lines in this <summary> block should be wordwrapped.
/// </summary>
I wouldn't mind buying some of the commercial Visual Studio plugins, if they are capable of doing this.