Search code examples
phprefactoringvisual-studio-code

Rename refactoring for PHP in Visual Studio Code


Is there a rename refactoring for PHP in Visual Studio Code? It is the only thing that stops me from fully move from NetBeans to VSC. Renaming is very importat for me (not search/replace).


Solution

  • There is an extension called Intelephense extension that provides expected functionality (in paid version as I remember). So I used it for several years in Visual Studio Code and it worked very well.

    But I have finally moved to PhpStorm IDE for much more powerful refactoring capabilities and robust PHP support in general.