My work version of Visual Studio 2010 doesn\'t seem to generate XML commentary for me while coding in C# and typing ///. Yet, my Visual Studio 2010 at home does this just fi
There's an option in the Text Editor section of Tools, Options... called "Generate XML documentation comments for ///".
Tools → Properties → Text Editor → C# → Advanced.
Tick the checkbox next to Generate XML documentation comments for ///.
Generate XML documentation comments for ///