Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Aug 20, 2021
1 parent d547c17 commit a8eee50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## 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)
Expand All @@ -16,6 +18,12 @@ Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the
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.
Expand Down

0 comments on commit a8eee50

Please sign in to comment.