Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any IDE capable of Rename refactoring namespaces in PHP?

Do you know any PHP IDE capable of rename classes and namespaces, and refactor the code (all files) properly?

like image 270
Enrique Avatar asked Sep 23 '11 22:09

Enrique


1 Answers

Same as the suggestion made by @BetaRide. I use PHPStorm: http://www.jetbrains.com/phpstorm/ and its probably one of the best IDE's I have used. Check it out

like image 194
MarkP Avatar answered Oct 01 '22 10:10

MarkP