sandhje / vscode-phpmd

VSCode PHP Mess Detector extension
MIT License
15 stars 4 forks source link

PHP XML extension needed to work #52

Closed beto-aveiga closed 4 years ago

beto-aveiga commented 4 years ago

I was having issues with running PHP mess detector on save because simplexml_load_string function was not found. In my particular case I had to install XML library with sudo apt install php7.2-xml -y and restart Apache to make it work. I think this should be present in the documentation. Thanks!

sandhje commented 4 years ago

This is indeed a PHPMD requirement. Added a requirements section to the readme (commit), with the next release of the extension this will be updated.