Basic helper extension for PHP projects in VS Code.
Features
Basic completions for common PHP keywords.
Document formatting through php-cs-fixer.
Settings
phpIntelliSense.phpCsFixerPath: path to the php-cs-fixer executable. Default: php-cs-fixer.
Troubleshooting
If the Extension Development Host shows an error like php.exe --version or php.exe is not recognized, it is coming from another installed PHP language-server extension, not this extension. The default Run Extension launch config disables installed extensions while debugging this project so only this extension is tested.