I’m trying to switch to an IDE for my PHP projects and I’m having problems with refactoring things like filenames etc.
Does anybody have experience with the PHP Refactoring Plugin For Eclipse PDT? Are there better refactoring solutions for PHP? It doesn’t have to be for Eclipse, I would try other IDEs.
Don’t use the PHP Refactoring Plugin. It’s never gotten out of alpha, there is no release to download and the only access to it is through it’s subversion repository. And there are no commits the repository in a while, so the project is essentially dead.
There is some minimal refactoring support in Netbeans:
And Netbeans is as good a choice for a PHP IDE as any. PHPStorm also supports some refactoring functionality:
But PHPStorm is not free.
There are quite a few non IDE refactoring tools for PHP in this related question.