This linter plugin for SublimeLinter provides an interface to phpins. It will be used with files that have the "PHP" syntax. For checking variable declarations and including classes, etc.
- Install composer.
- Install
phpinsusing below command:
composer global require ta-tikoma/phpins
- Make sure composer global bin directory is available in PATH or in SublimeLinter settings:
{
"paths": {
"linux": [
"~/.config/composer/vendor/bin"
]
},
}
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html
If you want to help me make this package better, then welcome: https://github.com/ta-tikoma/phpins