https://github.com/ekvedaras/class-factory-phpstorm
🏭 PhpStrom plugin for ClassFactory
https://github.com/ekvedaras/class-factory-phpstorm
factory integration phpstorm testing
Last synced: 14 days ago
JSON representation
🏭 PhpStrom plugin for ClassFactory
- Host: GitHub
- URL: https://github.com/ekvedaras/class-factory-phpstorm
- Owner: ekvedaras
- License: apache-2.0
- Created: 2022-08-26T07:19:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T12:59:52.000Z (over 3 years ago)
- Last Synced: 2025-02-28T20:03:37.533Z (over 1 year ago)
- Topics: factory, integration, phpstorm, testing
- Language: Kotlin
- Homepage:
- Size: 1.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ClassFactory integration form PhpStorm

[](https://plugins.jetbrains.com/plugin/19824)
[](https://plugins.jetbrains.com/plugin/19824)
PhpStorm integration for [ekvedaras/class-factory](https://github.com/ekvedaras/class-factory) package.
Current features:
* Autocompletion in class factory methods
* Reference resolving for properties in factories. ⚠️ Renaming private promoted properties does not work due to [a bug in PhpStorm](https://youtrack.jetbrains.com/issue/WI-68507/Field-reference-resolved-to-private-property-doesnt-get-renamed)
* Inspection to detect properties that don't exist in targeted class constructor
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "class-factory-phpstorm" >
Install Plugin
- Manually:
Download the [latest release](https://github.com/ekvedaras/class-factory-phpstorm/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template