Backup update namespace for all files in the project

I know that I can update the current file namespace to match the directory structure. Can I do this right away for all the files in the project.

+3
source share
1 answer

AFAIK, it's impossible to do this OOB.

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

This blog post describes him very well.

+4
source

All Articles