php-import-checker helps you know when a given class is imported but not used, providing a easy way to keep your code clean and organized.
- Highlight every unused class that is imported with
use
For example if there is an image subfolder under your extension project workspace:
Visual Code 1.14 +
- Changed the project icon
- Added better support with a demo gif in the README
- Ability to see unused imports in the PHP class