Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 333 Bytes

psalm-vscode-plugin

Visual Studio Code plugin for Psalm.

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