Issue
I'm used to using webstorm to generate getter and setter for classes.
Is there any way to do it with VSCode in short steps?
Solution
A VS Code plugin that works to create Java style getters and setters (accessor and mutator methods) is Wilson Godoi's TypeScript's Getters and Setters Object Oriented Programming Style.
https://marketplace.visualstudio.com/items?itemName=Wilson-Godoi.wg-getters-and-setters
Answered By - Jason
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.