Skip to content

Commit

Permalink
updated readme with demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Jan 13, 2018
1 parent 7237280 commit 54d0cf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
out
node_modules
.vscode
.vscode
.*
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,12 @@ php-import-checker helps you know when a given class is imported but not used, p

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

\!\[feature X\]\(images/feature-x.png\)

> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
![High light unused imports](demo.gif)

## Requirements

Visual Code 1.14 +

## Extension Settings

Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.

For example:

This extension contributes the following settings:

* `myExtension.enable`: enable/disable this extension
* `myExtension.thing`: set to `blah` to do something

## Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

## Release Notes

### 1.0.0
### 0.0.1

- Ability to see unused imports in the PHP class
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54d0cf5

Please sign in to comment.