PHP Namespace Refactor 🇧🇷Hi PHP Developers 👋! PHP Namespace Refactor: Extension for Visual Studio Code that automatically refactors namespace and references when moving PHP files between directories. Features🚀 Automatic namespace refactoringThe extension automatically detects when a PHP file is moved (dragged and dropped) between directories and updates: - The namespace declared in the file. - All references to the old namespace in other files in the project. Ideal for projects using PSR-4, making it easy to reorganize directories without breaking dependencies.
Requirements
Extension SettingsThis extension contributes the following settings:
⚙️ Settings DescriptionphpNamespaceRefactor.ignoredDirectories
phpNamespaceRefactor.autoImportNamespace
phpNamespaceRefactor.removeUnusedImports
phpNamespaceRefactor.additionalExtensions
Release notesSee ./CHANGELOG.md By PHP Developer for PHP Developers 🐘 |