https://github.com/ctf0/vscode-phpstan
https://github.com/ctf0/vscode-phpstan
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-phpstan
- Owner: ctf0
- License: gpl-3.0
- Created: 2025-09-12T02:10:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T07:38:53.000Z (10 months ago)
- Last Synced: 2026-02-04T07:27:36.370Z (6 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PhpStan VS Code Extension
integrates [PhpStan](https://phpstan.org/) with Visual Studio Code, showing dependency violations in the Problems panel and editor.
- watch files for changes `phpstan.neon & phpstan-baseline.neon`
- re/analyze file on save
- support both local & docker setup