Awesome
Psalm VScode Plugin
Psalm is a static analysis tool for finding errors in PHP applications.
Installation
VSCode Market Place
Install through VS Code extensions. Search for Psalm (PHP Static Analysis Linting Machine)
Psalm (PHP Static Analysis Linting Machine)
Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install getpsalm.psalm-vscode-plugin
Open VSX Registry
Install through VS Code extensions. Search for Psalm (PHP Static Analysis Linting Machine)
Psalm (PHP Static Analysis Linting Machine)
Features
- Runs Psalm's analysis when opening and saving files using the Language Server Protocol for communication.
Contributing
You can build and test locally in Visual Studio by going to "Run and Debug" and clicking "Launch Extension"