composer global require "squizlabs/php_codesniffer=*"
composer global require "wp-coding-standards/wpcs"
phpcs --config-set installed_paths %APPDATA%\Composer\vendor\wp-coding-standards\wpcs
phpcs -i
- If you haven't installed phpcs (PHP CodeSniffer for Visual Studio Code) by Ioannis Kappas, please install it.
- You can do it by pressing
Ctrl Shift X
and search forphpcs
and then press Install.
- If you haven't installed linter-phpcs (Lint PHP on the fly, using phpcs) by AtomLinter, please install it.
- You can do it by pressing
Ctrl ,
then click Install. Search forlinter-phpcs
and then press Install.
thank you!