-
Notifications
You must be signed in to change notification settings - Fork 456
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
Promote feature discovery of Source Action #2057
Comments
@CsCherrYY for getters/setters, besides field declaration, let's add one for class-level too for batch generation. Eg. a class has 5 fields, click on lightbulb to generate setters/getters all at once |
@CsCherrYY per user feedback, we should consider adding constructors to class declaration as well |
I have added it to the plan table. Please see the first row. |
awesome! |
Per survey feedback, "Attach Source" is another action user has requested |
@nickzhums this request seems related to Javadoc (linking existing source jar). let's track this in microsoft/vscode-java-pack#1163 |
Currently, the available source actions are in the editor context menu ->
Source Action...
, which is a little bit hard to be found. Will investigate a proper way to promote the feature discovery of source actions.A way to expose source actions is to add them to "Show fixes" (looks like a bulb), like eclipse-jdtls/eclipse.jdt.ls#1405 did. In this way, I have created eclipse-jdtls/eclipse.jdt.ls#1842 for
hashCode()
andequals()
.Source Assists:
The text was updated successfully, but these errors were encountered: