php vscode code example
Example 1: validate executable path vscode
"php.validate.executablePath": "c:\\xampp\\php\\php.exe"
"php.validate.executablePath": "C://path.to.your.php.folder//php.exe"
Example 2: php.validate.executablePath
{
"php.validate.executablePath": "c:/php/php.exe"
}
Example 3: intellisense in visual studio code for php-oop
"[php]": {
"editor.defaultFormatter": "junstyle.php-cs-fixer",
"editor.formatOnSave": true
},
Example 4: intellisense in visual studio code for php-oop
"php-cs-fixer.rules": "@PhpCsFixer",