sublime-phpcs icon indicating copy to clipboard operation
sublime-phpcs copied to clipboard

🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text

Results 25 sublime-phpcs issues
Sort by recently updated
recently updated
newest added

Hello! Can't get it work on windows, getting WinError 193 or WinError 2. Phpcs itself working perfectly when I run it from command prompt (`C:\php\php.exe C:\php\php-cs-fixer-v3.phar fix D:\project2\model\_Criteria.php --verbose`) but...

Windows
Bug

Error after executing SNIFF THIS FILE ``` Traceback (most recent call last): File "./python3.3/subprocess.py", line 1104, in _execute_child FileNotFoundError: [WinError 2] The system cannot find the file specified During handling...

I.e., allowing doing https://github.com/jfcherng-sublime/ST-my-settings/commit/a2e955c2422edb61a04b183ba158f2680f429e6a

## Bug report Before reporting a bug, make sure PHP CS Fixer is up-to-date. Please describe the problem and provide technical details such as: * PHP version: 8.0.6 * PHP...

Bug
3rd Party
Information required

This tracks the state of regions added by the plugin and adds a context key for querying that state. It allows someone to set up a conditional keybind to clear...

Hello, I think it would be better if the context menu "PHP Code Sniffer" is displayed only in PHP files. I am working on Typescript files and it still appears...

Blocked

Hi, how can i toggle warning panel by using shortcut? I follow this [document](https://github.com/benmatselby/sublime-phpcs#what-other-key-bindings-can-i-setup) but cant found it. The shortcut toggle this popup, please check my image here: ![Imgur](https://i.imgur.com/dtoYHnQ.jpg)

Here is the error message on command pallete when I try to sniff some file: Traceback (most recent call last): File "./python3.3/subprocess.py", line 1104, in _execute_child FileNotFoundError: [WinError 2] The...

Information required

Thanks for making this. I got the basic linting working really fast after failing with SublimeLinter-phpcs. I'm confused by something. I've read about per project rulesets using a `phpcs.xml`, and...

Some phpcs-fixer rules have additional confiuguration options that need to be declared. For example: `phpdoc_to_return_type` you can a `scalar_types: bool`, how to set this up in the sublime settings file...

Enhancement
3rd Party
Information required