intellisense in visual studio code for php-oop
"php-cs-fixer.rules": "@PhpCsFixer",
intellisense in visual studio code for php-oop
"php-cs-fixer.rules": "@PhpCsFixer",
intellisense in visual studio code for php-oop
"[php]": {
"editor.defaultFormatter": "junstyle.php-cs-fixer",
"editor.formatOnSave": true
},
run phpcs from vs code
// Use PHPCS with WordPress PhpCs
// Install This and follow the doc -
// https://github.com/tareq1988/wp-php-cs-fixer
// Check phpcs error and warning
vendor/bin/phpcs [relative file path name]
// Example for a specific file phpcs check
vendor/bin/phpcs modules/subscription/includes/classes/class-dps-paypal-standard-subscriptions.php
// Check phpcs and apply fix for error with cross marks.
vendor/bin/phpcbf [relative file path name]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us