Is there a snippet or add-on to generate the comment header for methods and classes in Visual Studio 2008.
Currently i just type /// to generate the header. Is there an add-on to run a code through and add the comment header for methods, members and classes that doesn’t have one?
Take a look at GhostDoc add-in. AFAIK it can’t automatically run through the code and add comments, but it will save you a lot of typing