Psalm is a static analysis tool for finding errors in PHP applications.
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
Install through VS Code extensions. Search for Psalm (PHP Static Analysis Linting Machine)
Psalm (PHP Static Analysis Linting Machine)
- Runs Psalm's analysis when opening and saving files using the Language Server Protocol for communication.
You can build and test locally in Visual Studio this locally using npm
:
npm install
npm run build