The refactoring tool in VA X does not support XML documentation. I would be nice if it is supported. The reason I raise this issue is that I am doing c# development and the documentation is written in XML format
Document Method uses the Autotext entry "Refactor Document Method" for the current language, so all you need to do is edit this to produce the format you want. using VS2005 and VA 1548 I have just changed the C# autotext rule to be:
Document Method uses the Autotext entry "Refactor Document Method" for the current language, so all you need to do is edit this to produce the format you want. using VS2005 and VA 1548 I have just changed the C# autotext rule to be:
Great post. But I believe that it would be better if you set this format as the default for c# documentation so that users don't have to do manual configuration themselves
Note you will need to delete your existing C# Refactor Document Method autotext entry before VA will insert the new default. The new default will be inserted next time you trigger Document Method.
It does a great job of creating default documentation by parsing the method and argument names. It also uses base type or interface documentation to create documentation. (Think of a class that inherits from IEnumerable).
I think it won some add-in contest in its 1.0 version. The latest version supports orcas beta 1 it also supports both vb and c# (I continue to use Vax for c++).