soderlind / vscode-phpcbf

PHP Code Beautifier and Fixer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=persoderlind.vscode-phpcbf
GNU General Public License v3.0
28 stars 10 forks source link

Add support to look for various phpcs config files in the workspace #26

Closed aka-tpayne closed 5 years ago

aka-tpayne commented 5 years ago

This adds support for phpcs.xml.dist, phpcs.xml, etc files.

A configuration setting was added to enable this in case someone doesn't want this feature.

The code will recursively look for the config files starting at the file and working it's way back to the workspace root.

kingkool68 commented 5 years ago

How can I help test this? This sounds like a must-have feature.

kingkool68 commented 5 years ago

🎉 Thanks!