A Sublime Text extension to show PHP warnings and

2019-04-04 16:30发布

问题:

I installed Sublime Text 2 recently, and I'm still adapting. I've already installed the Package Control and the most of PHP extensions. I wish a one that would underline the syntaxes errors, like Netbeans does. Is there a package that can do this?

回答1:

Use SublimeLinter (it checks PHP syntax using php -l).