Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SublimeLinter-php or SublimeLinter-phplint

I'm a new user of Sublime Text / Sublime Text 3 on OS X.

I installed the plugin SublimeLinter. I also installed xampp on my local machine.

Which should I install next for the linter to work on PHP? SublimeLinter-php or SublimeLinter-phplint? What's the difference of each plugin?

like image 527
Mark Avatar asked May 04 '14 08:05

Mark


1 Answers

The difference lies in the linter they use: SublimeLinter-php uses php -l, SublimeLinter-phplint uses phplint.

like image 85
idleberg Avatar answered Sep 28 '22 00:09

idleberg