Hello.
I heard that you can move files in PhpStorm between folders with automatic change of the namespace in the file, and wherever it is mentioned.
I did not find information even on jetBrains. Perhaps you tell me exactly how to do it?
version 10
All figured out. It turns out that it was necessary to move not the files, but the classes.
Select the class, press F6, and enter the new namespace. Then all mentions of him will be changed throughout the project.
Source: https://ru.stackoverflow.com/questions/506295/
All Articles