0

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 ?

BENBUN Coder
  • 4,801
  • 7
  • 52
  • 89

1 Answers1

0

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.

Community
  • 1
  • 1
Eran
  • 21,632
  • 6
  • 56
  • 89
  • I am using VS2008 Express, so macros are not an option. Will be upgrading to VS2010 professional in the near future so will deal with it then. – BENBUN Coder Oct 13 '11 at 07:40