All Projects → psalm → psalm-vscode-plugin

psalm / psalm-vscode-plugin

Licence: MIT license
VS Code plugin for Psalm

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Psalm VScode Plugin

build downloads installs

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 this locally using npm:

npm install
npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].