PhpStorm plugin that lets you generate even more PHP code.
Plugin provides the following features:
Key | Value |
---|---|
Plugin Url | https://plugins.jetbrains.com/plugin/12590-php-code-generator- |
ID | PHPCodeGenerator+ |
Settings -> Plugins -> Marketplace
and then search for PHP 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
.