Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 0bfd46b

Browse files
committed
Added preview gif
1 parent 387905b commit 0bfd46b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This extension adds support for running `php-cs-fixer fix` on PHP files in Visual Studio Code.
44

5+
![demo](demo.gif)
6+
57
## Install
68

79
If not already installed, download [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) and move it to a directory in your `PATH`. For example:

demo.gif

140 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-php-cs-fixer",
33
"displayName": "vscode-php-cs-fixer",
44
"description": "Support for php-cs-fixer in Visual Studio Code",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"publisher": "fterrag",
77
"engines": {
88
"vscode": "^1.18.0"

0 commit comments

Comments
 (0)