File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " phpstan-vscode " : patch
3
+ ---
4
+
5
+ Update the readme file
Original file line number Diff line number Diff line change 1
1
# phpstan-vscode
2
2
3
- ![ Visual Studio Marketplace Version] ( https://img.shields.io/visual-studio-marketplace/v/swordev.phpstan )
4
- ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/swordev/phpstan-vscode/CI )
5
- ![ Visual Studio Marketplace Downloads] ( https://img.shields.io/visual-studio-marketplace/d/swordev.phpstan )
3
+ [ ![ version]] ( https://marketplace.visualstudio.com/items?itemName=swordev.phpstan ) [ ![ ci]] ( https://github.com/swordev/phpstan-vscode/actions/workflows/ci.yml ) [ ![ downloads]] ( https://marketplace.visualstudio.com/items?itemName=swordev.phpstan )
4
+
5
+ [ ci ] : https://img.shields.io/github/workflow/status/swordev/phpstan-vscode/CI?label=CI
6
+ [ version ] : https://img.shields.io/visual-studio-marketplace/v/swordev.phpstan?logo=
7
+ [ downloads ] : https://img.shields.io/visual-studio-marketplace/d/swordev.phpstan
6
8
7
9
[ PHPStan] ( https://phpstan.org ) extension for VSCode.
8
10
9
11
> Analyzes your PHP project manually or on every file change with PHPStan and shows the result in the VSCode problems tab.
10
12
11
13
## Features
12
14
13
- - Activates the extension if it detects ` phpstan.neon ` /` phpstan.neon.dist ` file on the project root dir.
14
15
- Runs PHPStan analyse on every PHP file change.
15
16
- Shows all PHPStan problems of the whole project.
16
- - Parses PHPStan config for file watching .
17
+ - Parses the PHPStan config file for configuring the extension .
17
18
- Commands:
18
19
- ` phpstan.showOutput ` : show output.
19
20
- ` phpstan.analyse ` : analyse.
20
21
- ` phpstan.analyseCurrentPath ` : analyse current path.
21
22
- Also available in the explorer context menu.
23
+ - ` phpstan.stopAnalyse ` : stop analyse.
22
24
- ` phpstan.pauseFileWatcher ` : pause file watcher.
23
25
- ` phpstan.resumeFileWatcher ` : resume file watcher.
24
26
- ` phpstan.toggleFileWatcher ` : toggle file watcher.
You can’t perform that action at this time.
0 commit comments