From a8eee50c08fa872d2c528469d4a762ca6641fb5c Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 20 Aug 2021 14:35:12 -0700 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 560bfef..e68dcf2 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.