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
Currently when the file extension is *.module, *.inc etc, phpcs extension is not working.
The text was updated successfully, but these errors were encountered:
I'm having the same issue. Did you find fix @vijayakumarkarthik ?
Sorry, something went wrong.
I couldn't find a workaround with this extension so used an alternative extension PHP Sniffer which does use the php files.associations settings: https://marketplace.visualstudio.com/items?itemName=wongjn.php-sniffer
The github project is here: https://github.com/wongjn/vscode-php-sniffer
You have to have your phpcs.xml define or something similar in the project root. This is the one I use from Drupal https://github.com/drupal/core/blob/8.9.x/phpcs.xml.dist
Thank you for explaining this, i'll give this extension another try.
No branches or pull requests
Currently when the file extension is *.module, *.inc etc, phpcs extension is not working.
The text was updated successfully, but these errors were encountered: