All notable changes to the "php-getters-setters" extension will be documented in this file.
- Add command to insert all getters & setters + fixes - #13
- Improve getterName for bool props — #9
- Fix vscode compatibility (phproberto/vscode-php-getters-setters#23)
- Add support for 7.4 typed properties (phproberto/vscode-php-getters-setters#31)
- Add PSR-1 method names (phproberto/vscode-php-getters-setters#33)
- Handle specified array type hints (phproberto/vscode-php-getters-setters#27)
- Experimental: Handle from any cursor place in the line
- Added support for custom templates. See #3, #10, #11
- Add multiple cursor support. Issue #4
- command not found on windows machines. #1
- Fixed functions not inserted on classes defined in files with indentantion. #1
- Fixed
No property found
when switching between editors. Thanks for reporting Carlos Alfonso Pérez Rivera!
- Added context menu links to insert getters and setters
- Initial release