Skip to content

Latest commit

 

History

History

phpcs-integration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

VS Code PHP_CodeSniffer Integration Files

This package contains the PHP files required to integrate PHP_CodeSniffer into the PHP_CodeSniffer VS Code extension.

Note: This package requires version 3.0 or newer of the VS Code extension.

Usage

The use of this package is optional and is only required in cases where the phpcs command is not ran from the same environment as VS Code. For example, when running PHP in a Docker container but not using one of VS Code's remote extensions. Simply install this package alongside PHPCS (globally or per-project) and enable the phpCodeSniffer.autoloadPHPCSIntegration option to use it.