gerardroche / sublime-phpunit

PHPUnit Sublime Text integration.
https://www.gerardroche.com
GNU General Public License v3.0
74 stars 11 forks source link

PHPStan support #129

Closed plakhin closed 6 months ago

plakhin commented 6 months ago

This may be kinda out of scope of this plugin, however the purpose is similar, the process of running the command and displaying results is very similar and I didn't find any plugin for that. So it would be super nice to be able to run PHPStan: Analyse and PHPStan: Analyse File similar to PHPUnit: Test Suite and PHPUnit: Test File, the command is just as simple as phpstan analyse or phpstan analyse {$filename} respectively, default arguments could be --memory-limit 256M -c phpstan.neon.

gerardroche commented 6 months ago

It's similar, but it's out of scope.

PHPStan is included in phpactor in LSP: https://phpactor.readthedocs.io/en/master/extensions.html#extensions