Skip to content

Commit 43ee508

Browse files
committed
chore: adds pblog post to readme
1 parent b95124a commit 43ee508

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88

99
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.
1010

11+
[PHP import checker - VScode extension to support PHP developers](https://marabesi.com/php/2020/04/05/php-import-checker-vscode-extension.html)
12+
1113
## Features
1214

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

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

0 commit comments

Comments
 (0)