Changes to the extension can be found in this file.
- Insert Getters & Setters of multiple selection.
- Fixed line reader https://github.com/satiromarra/vscode-php-getter-setter/issues/2
- Fixed namespace close bracket finder https://github.com/satiromarra/vscode-php-getter-setter/issues/3
- PSR-12 compliant templates
- Support for static properties
- Readded the legacy configuration option to stop the cursor from moving to the generated methods
- Removed the extra space that was generating after the function return type in Long mode
- Initial release