PhpStorm plugin that lets you generate even more PHP code.
Plugin provides the following features:
- Generates calls for the setters of the declared variable (Shift +Ctrl + NUMPAD1)
- Generates calls for the getters of the declared variable (Shift +Ctrl + NUMPAD2)
| Key | Value |
|---|---|
| Plugin Url | https://plugins.jetbrains.com/plugin/12590-php-code-generator- |
| ID | PHPCodeGenerator+ |
- Install the plugin by going to
Settings -> Plugins -> Marketplaceand then search forPHP code generator
By placing your caret at an initialized variable and pressing ALT + Insert a PhpStorm code generator
menu will popup you can then choose Get getters or Get setters option.
Actions also have shortcuts Shift + Ctrl + NUMPAD1 and Shift + Ctrl + NUMPAD2.
- Kristijan Kanalaš (kanalaskristijan@gmail.com)