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

 

0
2 comments
Avatar
Permanently deleted user

Hello,

Could you share a screenshot or video that would show the issue and/or error messages please?

0
Avatar
Permanently deleted user

Hi

Here is link to video: https://youtu.be/GjyxyCYYLYk 
I hope it will help to show problem

There is no error. 

0

Please sign in to leave a comment.