I have inherited a project that has a large number of source files. I need to add a standard comment block at the top of each of the files.
Anyone know a quick way of doing this in Visual Studio ?
I have inherited a project that has a large number of source files. I need to add a standard comment block at the top of each of the files.
Anyone know a quick way of doing this in Visual Studio ?
You can create a macro to do that for you. See Visual Studio Macro to Format all Files in a Solution for some code you could use.