Hello,
Assume I have 10 Methods and 10 Properties. Is there a way to add the xml comments (///) to all 10 Methods and 10 Properties at once in VS 2008 or do I have to type /// for each one.
Hello,
Assume I have 10 Methods and 10 Properties. Is there a way to add the xml comments (///) to all 10 Methods and 10 Properties at once in VS 2008 or do I have to type /// for each one.
Well you have to actually type text into each one anyway, so typing ///
each time isn't really any extra work. I hope you aren't just inserting the stubs and leaving them there.
You can create a powershell (scripting language with syntax pretty similar to C#) script to do that for you.