Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add doc for intelliJ idea #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
- In the right hand pane, after selecting this option, click the browse (`...`) button and select the .php_cs file previously saved in your home directory
- Ensure PHP Code Sniffer validation is also set to this Coding Standard in its right pane
- Click Apply and OK

> **IntelliJ idea** users
>
> Be sure to upgrade to >= 2021.1
> Install `File watchers` plugin
> use .php_cs from kirschbaum-development/php-cs/.php_cs not home directory

#### File Watcher (fixer runs on save action)
1. In PHPStorm, create a file watcher (under "Preferences->Tools")
2. Uncheck all of the "Advanced Options"
Expand Down