Fork of https://github.com/WilsonGodoi/generate-getters-setters that removes the Generate getters and setters for Visual Studio CodeGenerate getters and setters for your Typescript class properties. Generate getters and setters for your Typescript class properties ES6 pattern. FeaturesThis 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. Release NotesRelevant releases: 2.2.0Generate getters and setters ES6 pattern. 1.1.0Generate getters and setters even without indentation and in all sorts of selection. 1.0.1Fixed camel case problems. 1.0.0Initial version Enjoy! |