Skip to content

Commit

Permalink
chore: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Dec 12, 2021
1 parent 82a68d5 commit a7b80cc
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ php-import-checker helps you know when a given class is imported but not used, p
- Change the color to fit your theme
- opt-in for latest changes and give feedback

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

![Highlight unused imports](demo.gif)

- Change the color to the one you want to

![Change highlight color](demo-color.gif)

## Settings

The settings described in this section go under the json option `php.import.highlight`,
Expand All @@ -32,7 +24,8 @@ like:

```json
"php.import.highlight": {
"color": "#EDF791"
"color": "#EDF791",
"use_next_version": false
}
```

Expand All @@ -44,3 +37,13 @@ like:
## Requirements

Visual Code 1.6 +

## Demos

- Manually invoke the extension checker

![Highlight unused imports](demo.gif)

- Change the color to the one you want to

![Change highlight color](demo-color.gif)

0 comments on commit a7b80cc

Please sign in to comment.