codehaven - php snippets - coding help
Generic filters
Exact matches only

Configuring SublimeLinter Plugin to use PHP (Sublime text3)

22nd January 2014

Sublime Text

Sublime text category icon

install submlimelinter
install sublimelinter-jshint
install by using a command line installer ), I used ‘git bash’ “npm install -g jshint”
after that’s installed…
Make sure you have Node.js installed.
Make sure PHP is in your environment path

Then restart computer and you should be good to go….this took 5 hours to get right…!
extra help and good video how to setup sublimelinter
Go to Preferences >> Package settings >> SublimeLinter >> Setting user
and paste the following (Change line 37, Mike is my username, replace for yours)

OLD sublime text 2 instructions

Was this code snippet helpful?