Skip to content

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.

License

Notifications You must be signed in to change notification settings

sardoj/php-import-checker

 
 

Repository files navigation

php-import-checker

Codacy Badge Build Status

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.

Features

  • Highlight every unused class that is imported with use

For example if there is an image subfolder under your extension project workspace:

High light unused imports

Requirements

Visual Code 1.14 +

0.0.3

  • Changed the project icon

0.0.2

  • Added better support with a demo gif in the README

0.0.1

  • Ability to see unused imports in the PHP class

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.3%
  • PHP 5.7%