naomichi-y / php_syntax_checker

This package is plugins for Sublime Text 2 and 3. When you save PHP file, perform syntax check of PHP
39 stars 14 forks source link

support for ST3 #6

Closed sandipp closed 9 years ago

sandipp commented 10 years ago

any news about support for ST3 ?

dsposito commented 9 years ago

:+1:

sandipp commented 9 years ago

Thank you @naomichi-y for adding support for ST3. But I've question that how can I install it in ST3?

naomichi-y commented 9 years ago

just has committed. im waiting for merge. https://github.com/wbond/package_control_channel/pull/4296

naomichi-y commented 9 years ago

or, you can install by copying source.

e.g (mac) $ git clone https://github.com/naomichi-y/php_syntax_checker.git $ cp -Rf php_syntax_checker "/Users/{account}/Library/Application Support/Sublime Text 3/Packages"