How to change the namespace in all project files simultaneously ?

  • Thread starter Thread starter Peter Hann
  • Start date Start date
P

Peter Hann

I would like to change the name of the namespace in all of my
project source files (after the rename of the project itself).

I found no way/menu to let VisualStudio do this for me.

Do I really have to change all the various

namespace myoldnamespace;

lines in dozends of files manually ?

Peter
 
I do not know if there is a command to do so, but there is certainly a
trick:

press Ctrl+H (replace) and select all open documents or the choice you
prefer!


HTH,
Luigi.
 
Back
Top