All notable changes to the "php-constructor" extension will be documented in this file.
- Fix constructor is always using property visibility; fix #9
- Improve extension settings #7
- Adapt indentation from vscode settings #5
- Add config for choosing property visibility
- Add config for choosing constructor visibility
- Remove
constructor_visibility
config - Detect class constants
- Add support for trait
- Don't insert constructor if class declaration is not found
- Fix #4
- Fix property is not initializing if constructor has no argument
- Add new configuration for constructor visibility
- Fix constructor insertion when matching with properties having a multiline declaration as last properties. (#1)
- Fix new line is not adding properly
- Don't run command if no file is opened
- Append and prepend proper new line while inserting snippet
- Initial release