Skip to content

jarstelfox/psalm-vscode-plugin

 
 

Repository files navigation

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

About

VS Code plugin for Psalm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.8%
  • JavaScript 3.1%
  • Shell 0.1%