vscode-phpsab
vscode-phpsab copied to clipboard
Php Sniffer and Beautifier for VS Code
Deprecates the excutablePathCS and excutablePathCBF and creates a cross-platform way to handle paths using Unix-style paths. TODO: Adding unit test for resolvers BREAKING CHANGE: * Deprecates executablePathCBF in favor of...
The sniffer is a key piece of this extension and should be well-tested for a successful v1.0.0 extension.
The fixer is a key piece of this extension and should be well-tested for a successful v1.0.0 extension.
I'm often using VSCode web on GitHub and would love to have the same feature available. Currently, this extension can't be installed?
PHPCS was [recently abandoned by its original developer](https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/109). The project continues in the [PHPCSStandards](https://github.com/PHPCSStandards/PHP_CodeSniffer) organization. I'm opening this issue so that we can update any links from the old PHPCS...
When opening a single PHP file in VSCode, running the `PHPCBF: Fix this file` command results in the following error: `command 'fixer.fix' not found`. The linter (phpcs) also does not...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Hey, somehow recently i get the following error when trying to format a file in a path containing a Space: ``` SyntaxError: Unexpected token 'E', "ERROR: The"... is not valid...
When formatting code with this extension it changes this line here: https://github.com/spawnia/sailor/blob/master/src/Codegen/ObjectLikeBuilder.php#L91 to: ``` $this->converters->addBody /** @lang PHP */ '];'); ``` (it adds a bunch of whitespaces) Running `phpcbf` from...
Opening this issue for myself to add a GitHub issue template for new bug reports. Gather things like OS, Coding Standard, PHPCS version etc.