3

I know i can update my current files namespace to match the directory structure. Can i do this all at once for all files in a project.

leora
  • 188,729
  • 360
  • 878
  • 1,366

1 Answers1

4

AFAIK, there is no way to do this OOB.

But, you can update them fairly quickly through the Class View window. Open class view window, click on the namespace you want to rename, hit CTRL + R + R and then rename.

This blog post outlines it very well

Donn Felker
  • 9,553
  • 7
  • 48
  • 66