All notable changes to the "select-php-method" extension will be documented in this file.
- Soporte para métodos con declaración de tipo de retorno (ej:
: array
,: string
) - Corrección en la expresión regular para incluir tipos de retorno opcionales
- Updated documentation in English
- New logo for the extension
- Incorrect selection of methods with nested braces or internal comments
- Improved recognition of methods with PHPDoc
- Fixed method closing brace handling
- Initial function to select and copy PHP methods