PHPStan PluginPHPStan extension is an extension for the popular static analysis tool PHPStan. Its suppose to be a plug & play extension, no need for any complex setup or configuration. Instead of having to manually install PHPStan and run it on your project everytime you make a change, this extension runs PHPStan behind the scenes automatically. It outputs the errors and displays them in your file. It also display a statusbar with a summary. This in theory, should result in faster workflows. This is NOT an official extension from PHPStan, its more of a passion/learning project made by me because I was bored Features
Why Though?You might be wondering why use this at all? one can use other extensions that behave like actual language analyzers / lsps. Providing not only errors but also autocompletion and documentation. Well, you are probably right, this is a very niche extension and made solely for learning purposes. Moreover, I found it later that are already extensions that do the same thing and maybe even better. Check them out! Requirements
Extension Settings
Known IssuesThis extension is still a work in progress, errors may and will occur.
Release NotesV 0.8.7
POSSIBLE ENHANCEMENTS?
LICENCE |