-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically generating getter and setter #12417
Labels
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Fixed
A PR has been merged for this issue
Suggestion
An idea for TypeScript
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
Comments
Has there been any movement on this? |
+1, pretty please |
+1 I'm surprised it's not yet done... |
1 similar comment
+1 I'm surprised it's not yet done... |
should this issue for community milestone? @mhegazy |
got for it @Kingwl |
thanks @Kingwl! |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Fixed
A PR has been merged for this issue
Suggestion
An idea for TypeScript
VS Code Tracked
There is a VS Code equivalent to this issue
From @user414 on April 24, 2016 12:39
I couldn't find this issue already existing. I was starting to make variable public just to avoid the setter/getter manual writing, I knew it was time to look for something. Luckily someone beat me to it
https://marketplace.visualstudio.com/items?itemName=DSKWRK.vscode-generate-getter-setter
perhaps this code can be integrated in the mainline, or use as a basis for this new functionality.
Copied from original issue: microsoft/vscode#5716
The text was updated successfully, but these errors were encountered: