Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkcom/noverify-phpstorm
NoVerify plugin for PhpStorm
https://github.com/vkcom/noverify-phpstorm
intellij-plugin noverify phpstorm phpstorm-plugin
Last synced: about 1 month ago
JSON representation
NoVerify plugin for PhpStorm
- Host: GitHub
- URL: https://github.com/vkcom/noverify-phpstorm
- Owner: VKCOM
- License: mit
- Created: 2022-06-14T14:00:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T09:28:09.000Z (9 months ago)
- Last Synced: 2024-10-07T10:48:14.921Z (about 1 month ago)
- Topics: intellij-plugin, noverify, phpstorm, phpstorm-plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/19465-noverify-support
- Size: 416 KB
- Stars: 6
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NoVerify plugin for PhpStorm
[![Build](https://github.com/VKCOM/noverify-phpstorm/workflows/Build/badge.svg)](https://github.com/VKCOM/noverify-phpstorm/workflows/Build/badge.svg)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
[![Total Downloads](https://img.shields.io/jetbrains/plugin/d/19465)](https://plugins.jetbrains.com/plugin/19465-noverify-support)
[![Latest Version](https://img.shields.io/jetbrains/plugin/v/19465)](https://plugins.jetbrains.com/plugin/19465-noverify-support)
[![Telegram chat](https://img.shields.io/badge/chat-join-brightgreen?logo=telegram)](https://t.me/noverify_linter)## About
This plugin adds dedicated functionality for [NoVerify](https://github.com/VKCOM/noverify) static analysis to [PhpStorm](https://www.jetbrains.com/phpstorm/).
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "NoVerify" >
Install Plugin- Manually:
Download the latest release from [GitHub](https://github.com/VKCOM/noverify-phpstorm/releases/latest)
or [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19465-noverify-support/versions). Install it manually
using Settings/Preferences > Plugins > ⚙️ > Install plugin
from disk...## Using
### Install NoVerify
[How to install NoVerify](https://github.com/VKCOM/noverify/blob/master/docs/install.md)
### Setup NoVerify path
Inside the IDE set its path to Settings/Preferences > PHP > Quality Tools >
NoVerify > Configuration > NoVerify Path## License
This project is under the **MIT License**.
See the [LICENSE](https://github.com/VKCOM/noverify-phpstorm/blob/master/LICENSE) file for the full license text.