We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95124a commit 43ee508Copy full SHA for 43ee508
README.md
@@ -8,9 +8,12 @@
8
9
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.
10
11
+[PHP import checker - VScode extension to support PHP developers](https://marabesi.com/php/2020/04/05/php-import-checker-vscode-extension.html)
12
+
13
## Features
14
15
- Highlight every unused class that is imported with `use`
16
+- Change the color to fit your theme
17
18
For example if there is an image subfolder under your extension project workspace:
19
0 commit comments