Commentator

Bringing a first-class comment experience to Visual Studio

Overview

Getting Started

Release Notes

Roadmap


View the Extension on the VS GalleryExtensions > Tools > Commentator

View the Project on GitHub JaredReisinger/Commentator

Release Notes

v0.2.6 (19-Jan-2014)

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.

v0.2.4 (17-Jan-2014)

Added ”Avoid wrapping before line” setting to avoid wrapping in file-header comments.

v0.2.3 (12-Jan-2014)

Fixed issue where leading tabs were counted as one character/column rather than using the current view’s settings.

v0.2.1 (01-Jan-2014)

Found lingering reference to improperly named “Commontator” instead of the correct “Commentator”, sadly in the Help.About string! Fixed and re-published.

v0.2.0 (01-Jan-2014)

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.