Rename class usages after pull from upstream
Hallo
I'm working on fork of one project.
I pull changes from upstream. One of changes is class rename (example: rename from class String to class Strings)
I use this class in files that exist only in this fork. (example: $var = new String())
After pull I have undefinied class. I have to manualy change name of every occurrence
Is there any possibilty to automaticly rename usages of renamed class or maybe just do code inspecion of undefinied class after pull from upstream?
Regards
Mateusz
请先登录再写评论。
Hello,
Could you share a screenshot or video that would show the issue and/or error messages please?
Hi
Here is link to video: https://youtu.be/GjyxyCYYLYk
I hope it will help to show problem
There is no error.