Skip to content

Commit

Permalink
chore: adds pblog post to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Dec 8, 2021
1 parent b95124a commit 43ee508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@

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.

[PHP import checker - VScode extension to support PHP developers](https://marabesi.com/php/2020/04/05/php-import-checker-vscode-extension.html)

## Features

- Highlight every unused class that is imported with `use`
- Change the color to fit your theme

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

Expand Down

0 comments on commit 43ee508

Please sign in to comment.