Formatting PHP Code in VSCode

codeformatting

PHP Settings Set the executable path on settings.json: “php.validate.executablePath”: “<path>”where <path> is the path to the php executable:     /usr/bin/php on linux Install the PHP Intellisense plugin add the following to the settings.json file”php.executablePath”: “<path>”,”php.suggest.basic”: false,”files.eol”: “\n”where <path> is the path… Continue Reading