AtomineerUtils

AtomineerUtils is a free Add-in for Microsoft Visual Studio 2005, 2008 and 2010.
It provides source code documentation (DocXml and Doxygen) comment generation and updating, as well as several outlining, code generation and clipboard commands for programmers writing code in , , C and Java.
Features
The Addin can:
* Create/update Doxygen or DocXML-format documentation comments for files, namespaces, enums, classes, interfaces, structs, methods, properties, variables, events and delegates in C#, C++, C or Java code. The addin automatically documents all parameters, generic type parameters, exceptions thrown in a method and return values, making use of existing documentation from related base class and override methods/properties. It automatically generates documentation for hundreds of common class, method and parameter types. It includes options to reformat the updated text using auto-indentation and word wrap to make it easy to keep code documentation tidy, informative and accurate.
* Tidy // comments using word wrapping
* Hide attribute declarations or documentation comments in a source code file using Visual Studio's Outlining feature.
* Auto-generate a skeleton C++/C implementation (in a source file) from its declaration (in a header).
* Add a C++/C declaration in the header for any method implementated in the source file.
* Create C# Properties or C++ Access methods from member variable declarations.
* Copy source code to the clipboard in a cleaned format ideal for use in other applications such as email or word processor documents.
 
< Prev   Next >