Promote feature discovery of Source Action
See original GitHub issueCurrently, 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 https://github.com/eclipse/eclipse.jdt.ls/pull/1405 did. In this way, I have created https://github.com/eclipse/eclipse.jdt.ls/pull/1842 for hashCode()
and equals()
.
Source Assists:
Source Action | Type Declaration | Field Declaration | Import Declaration | Method Declaration | multiple selection |
---|---|---|---|---|---|
Generate Constructors | ✔️ | ✔️ | ✅ | ||
Organize Imports | ✔️ | ||||
Generate Getters and Setters | ✔️ | ✔️ | ✅ | ||
Generate Getters | ✔️ | ✔️ | ✅ | ||
Generate Setters | ✔️ | ✔️ | ✅ | ||
Override/Implement methods | ✔️ | ||||
Generate hashCode() and equals() | ✔️ | ||||
Generate toString() | ✔️ | ||||
Generate Javadoc | ✅ | ✅ | ✅ | ||
Change modifiers to final | ✅ | ✅ | ✅ | ✅ | |
Generate Tests | ✔️ | WIP |
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Promote feature discovery and reuse across your organization ...
Promote feature discovery and reuse across your organization using Amazon SageMaker Feature Store and its feature-level metadata capability.
Read more >Feature Discovery & Adoption | User Engagement - StriveCloud
Feature discovery is an important contribution to how users perceive your product value. In other words, when you don't show the value users ......
Read more >Promote Feature Adoption and Discovery Unit - Trailhead
They're perfect for the feature discovery and adoption scenarios, such as: New feature is enabled or available: Experienced users appreciate enhancements to ......
Read more >Control-M Workload Change Manager promote feature ...
A: All actions done through the promote feature work with Audit and Annotation. ... Q: Does Workload Change Manager need to be installed...
Read more >Guide: Product Discovery Process & Techniques - Productboard
The product discovery process is about building the right products and features for your customers · A step-by-step guide for conducting product ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have added it to the plan table. Please see the first row.
Per survey feedback, “Attach Source” is another action user has requested