https://github.com/psalm/psalm-vscode-plugin
VS Code plugin for Psalm
https://github.com/psalm/psalm-vscode-plugin
Last synced: 10 months ago
JSON representation
VS Code plugin for Psalm
- Host: GitHub
- URL: https://github.com/psalm/psalm-vscode-plugin
- Owner: psalm
- License: mit
- Created: 2018-10-19T18:31:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T07:14:48.000Z (over 1 year ago)
- Last Synced: 2025-02-05T08:23:42.014Z (over 1 year ago)
- Language: TypeScript
- Size: 665 KB
- Stars: 48
- Watchers: 9
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Psalm VScode Plugin
[](https://github.com/psalm/psalm-vscode-plugin/actions/workflows/ci.yml)
[](https://marketplace.visualstudio.com/items?itemName=getpsalm.psalm-vscode-plugin)
[](https://marketplace.visualstudio.com/items?itemName=getpsalm.psalm-vscode-plugin)
[Psalm](https://getpsalm.org) 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)](https://marketplace.visualstudio.com/items?itemName=getpsalm.psalm-vscode-plugin)
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)](https://open-vsx.org/extension/getpsalm/psalm-vscode-plugin)
## Features
- Runs [Psalm's analysis](https://getpsalm.org) 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"