Generate getters and setters for your Typescript class properties.
Generate getters and setters for your Typescript class properties ES6 pattern.
This extension allows you to quickly generate getters and setters with one single command.
Features:
Detects indentation error. Detects valid type hints to use them in the getter and setter. Generates method's descriptions based on the property description. Add 1 comand to vscode's command palette:
Insert Generate Getters and Setters.
Insert Generate Getters and Setters ES6 pattern.
Relevant releases:
Generate getters and setters ES6 pattern.
Generate getters and setters even without indentation and in all sorts of selection.
Fixed camel case problems.
Initial version
Enjoy!