Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyim/idea-phpstan-toolbox
PhpStan baseline helper for PhpStorm
https://github.com/shyim/idea-phpstan-toolbox
Last synced: 23 days ago
JSON representation
PhpStan baseline helper for PhpStorm
- Host: GitHub
- URL: https://github.com/shyim/idea-phpstan-toolbox
- Owner: shyim
- License: apache-2.0
- Created: 2022-08-26T09:06:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T12:57:36.000Z (10 months ago)
- Last Synced: 2024-10-12T09:16:23.623Z (about 1 month ago)
- Language: Kotlin
- Size: 1.37 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PHPStan Toolbox for PhpStorm
![Build](https://github.com/shyim/idea-phpstan-toolbox/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/19791.svg)](https://plugins.jetbrains.com/plugin/19791)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/19791.svg)](https://plugins.jetbrains.com/plugin/19791)PHPStan Toolbox indexes the root `phpstan-baseline.neon` and shows in the files that there are errors ignored.
It has also an intention to remove the errors from the baseline## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "idea-phpstan-toolbox" >
Install Plugin
- Manually:Download the [latest release](https://github.com/shyim/idea-phpstan-toolbox/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...---