Renaming Classes Site Wide
I have several Classes that I need to rename throughout a 100 page php application.
Is there any easy and RELIABLE way to do this?
Everything I try seems to just change the file I am looking at.
Thanks
Please sign in to leave a comment.
Hi there,
Can you please describe how do you rename it (what action do you use for that etc)?
How does you code look like (how do you instaniate/use such class)?
In an simple test project it works just fine (just tested in PhpStorm v9).
It also worked fine back in v8 in real project (custom framework; namespaced; renaming one of the widely used classes).
Can you try creating some simple classes in brand new empty project and see if class renaming will work there?