AtomineerUtils Addin for Visual Studio 2005 & 2008 & 2010
http://www.atomineer.com/AtomineerUtils.html
This Addin provides a number of useful additional functions for programmers to use in Visual Studio 2005 and 2008 (on Windows XP & Vista, 32 and 64 bit).
With a single keypress or menu command, the Addin can:
- Create or update Doxygen or DocXML-format documentation comments for code elements (file, namespace, class, interface, struct, enum, variable, property, event, delegate and function) in C#, C++, C and Java code. This includes advanced support for automatically documenting all parameters, generic type parameters, thrown exceptions and return codes, automatically making use of existing documentation from related base class and override methods/properties, generating automatic documentation for hundreds of common function, class and parameter types, as well as reformatting the updated text using automated indentation and word wrapping to keep everything well documented and tidy with a minimum of effort on your part.
- Hide all documentation comments and/or attribute declarations using Visual Studio's Outlining facility
- Convert C++/C code prototypes into functioning skeleton method definitions
- Create C# Properties or C++ Accessor functions from member variable declarations
- Copy code to the clipboard in a clean format ideal for use in applications such as when writing Word .doc Documentation, or emailing examples to team members.
The commands work in Visual Studio 2005/2008, for C, C++ and C#, and unlike other addins, they parse your code directly so do not require you to have working/compiled code to operate, and will even work on commented-out code.
Now supports VS 2010