| Comment Reflower for Visual StudioComment Reflower is an essential add-in for Microsoft Visual Studio that provides configurable automatic reformatting of block comments, including XML comments. The program was originally created by Ian Nowland for Visual Studio 2003 and 2005. These versions are still available at the official website. Sadly, the last official update was posted in January 2006 because Ian Nowland has since changed platforms. The last official version of Comment Reflower is not compatible with Visual Studio 2008 or later, apparently due to changes in the extensibility architecture. Terrified that I might now have to format my XML comments manually, I tinkered with the 2005 distribution until I got it to work with Visual Studio 2008 and 2010. Note that this port is not only unofficial but also lacks the MSI setup package of previous versions, although there is a separate binary package for XCopy deployment. Both packages include a ReadMe file that describes the deployment and operation of the add-in. Note: The Express editions of Visual Studio don’t support any plug-ins, so you need Standard edition or better to run Comment Reflower. GitHub ProjectSebastian Schuberth has created a GitHub page for Comment Reflower that includes both Ian Nowland’s original release history and my own updates. Sebastian also intends to recreate proper installers for modern Visual Studio versions. If this project takes off I expect that most or all future development will take place there; otherwise, I’ll continue to maintain Comment Reflower on my own website. Binary PackageThe current Visual Studio 2010 port of Comment Reflower is CommentReflower.zip (55.0 KB). This is a standard ZIP archive containing long file names. Just extract everything into one of the following directories, substituting your Windows user name for <User Name>, and restart Visual Studio:
Or extract the ZIP archive into a temporary directory of your choice, then study the enclosed ReadMe file before deciding how to proceed. The March 2010 version for Visual Studio 2008 is still available as CommentReflower2008.zip (53.5 KB). The only difference from a user perspective is that you need to substite 2008 for 2010 in the file paths shown above. Important: Please be sure to read this description of how Windows Explorer handles ZIP archives! Source PackageThe source code from which the current binary package was created is CommentReflowerSource.zip (175 KB). This is a standard ZIP archive containing subdirectories and long file names. Again, just extract everything into a directory of your choice, then refer to the enclosed ReadMe file for detailed information. Release History
|