We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using 6.6.0, I am unable to run the PHP Code Beautifier and Fixer in Sublime Text 3. phpcbf is installed, but the menu item is grayed-out.
Below is a screenshot of the flyout menu:
These are my user settings, confirmed paths are correct:
{ "phpcs_executable_path": "/usr/local/bin/phpcs", "phpcs_additional_args": { "--standard": "WordPress", "-n": "" }, "phpcbf_executable_path": "/usr/local/bin/phpcbf", "phpcbf_additional_args": { "--standard": "WordPress", "-n": "" } }
Questions:
phpcbf
php-cs-fixer
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
Good spot, it's a bug on line 705:
https://github.com/benmatselby/sublime-phpcs/blob/master/phpcs.py#L705
Will get a fix soon for you, in the mean time you could just define php_cs_fixer_executable_path
php_cs_fixer_executable_path
Sorry, something went wrong.
@benmatselby Will do, thanks!
This should now be resolved in v6.6.1 @matthewspencer
I have to show it as enabled as I don't have access to which tool you want to use for the menu, so now I display an error if you cannot use that tool.
Not great I have to say, but a workable solution
@benmatselby Thank you!
No branches or pull requests
Using 6.6.0, I am unable to run the PHP Code Beautifier and Fixer in Sublime Text 3. phpcbf is installed, but the menu item is grayed-out.
Below is a screenshot of the flyout menu:
These are my user settings, confirmed paths are correct:
Questions:
phpcbf
?php-cs-fixer
required forphpcbf
?Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: