Bringing a first-class comment experience to Visual Studio
View the Extension on the VS GalleryExtensions > Tools > Commentator
Fixed clipping/wrapping of comment lines with no whitespace. Rather than introducing a line-break (as earlier versions did), the word is left as-is so that extra whitespace is not introduced into the comment.
Added ”Avoid wrapping before line” setting to avoid wrapping in file-header comments.
Fixed issue where leading tabs were counted as one character/column rather than using the current view’s settings.
Found lingering reference to improperly named “Commontator” instead of the correct “Commentator”, sadly in the Help.About string! Fixed and re-published.
First public release.
Only single-line comments (“//”-to-end-of-line) are wrapped to ensure DocComment-style and other comments aren’t accidentally flattened. (First, do no harm!)
Overall auto-wrapping feature and wrap-column can be configured in Tools.Options.