Skip to content

Commit

Permalink
minor #4070 Docs: Add link to a VS Code extension in readme (jakebath…
Browse files Browse the repository at this point in the history
…man)

This PR was submitted for the 2.13 branch but it was merged into the 2.12 branch instead (closes #4070).

Discussion
----------

Docs: Add link to a VS Code extension in readme

This PR adds a link to a VS Code extension for PHP CS to the readme.

Please let me know if there are any questions. Thanks!

Commits
-------

cf2ee24 Docs: Add link to a VS Code extension in readme
  • Loading branch information
keradus committed Nov 27, 2018
2 parents 0e55870 + cf2ee24 commit 6b0562e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,7 @@ Dedicated plugins exist for:
* `PhpStorm`_
* `Sublime Text`_
* `Vim`_
* `VS Code`_

Contribute
----------
Expand Down Expand Up @@ -1921,4 +1922,5 @@ projects for instance).
.. _PhpStorm: https://medium.com/@valeryan/how-to-configure-phpstorm-to-use-php-cs-fixer-1844991e521f
.. _Sublime Text: https://github.com/benmatselby/sublime-phpcs
.. _Vim: https://github.com/stephpy/vim-php-cs-fixer
.. _VS Code: https://github.com/junstyle/vscode-php-cs-fixer
.. _contribute: https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CONTRIBUTING.md
2 changes: 2 additions & 0 deletions src/Console/Command/ReadmeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
* `PhpStorm`_
* `Sublime Text`_
* `Vim`_
* `VS Code`_
Contribute
----------
Expand Down Expand Up @@ -230,6 +231,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
.. _PhpStorm: https://medium.com/@valeryan/how-to-configure-phpstorm-to-use-php-cs-fixer-1844991e521f
.. _Sublime Text: https://github.com/benmatselby/sublime-phpcs
.. _Vim: https://github.com/stephpy/vim-php-cs-fixer
.. _VS Code: https://github.com/junstyle/vscode-php-cs-fixer
.. _contribute: https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CONTRIBUTING.md
EOF;
Expand Down

0 comments on commit 6b0562e

Please sign in to comment.