Identifying PHP unused and undefied variables sublime
问题 I am using sublimetext3 unregistered . I want to know how can I configure sublime to show unused and undefined variables in php .sublimelinter-phplint does some useful work but it cannot recognise autoloaded classes that can be very irritating while development .I am looking for some package that can do it with file scope. I have following packages already installed sublimelinter phpcs 3.sublime-phpcs Is there anyother package that can be userful in developement ? 回答1: http://phpmd.org will