-
Notifications
You must be signed in to change notification settings - Fork 401
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
Add code action to generate constructors #972
Comments
@testforstephen is everything we need available in jdt.core? |
Depending on the availability of the upstream API, I'll let @yaohaizh target the proper milestone. |
Some part of the generation logic has moved to jdt.core, some part is still in jdt.ui. We may need submit a patch to move all of them to jdt.core. |
Create a gerrit patch to refactor the upstream code. https://git.eclipse.org/r/#/c/140580/ |
So now that we merged #767, this issue is about adding the wizard to select the superclass constructors to generate, right? |
It's also including adding wizard to select fields to generate constructors. Similar as Eclipse |
No description provided.
The text was updated successfully, but these errors were encountered: