issues Search Results · repo:nndi-oss/intellij-gensett language:Java
Filter by
6 results
(63 ms)6 results
innndi-oss/intellij-gensett (press backspace or delete to remove)Should be able to generate chained setter methods
var p = new Person();
// setc:p:Person:firstName,lastName
p.setFirstName(/*TODO:*/).setLastName(/*TODO:*/);
zikani03
- Opened on Jun 17, 2024
- #6
When using DTOs it is common to have classes with similar fields, and it can get annoying real quick to have to type the
getter calls on the source object even though gensett can generate the setter calls ...
zikani03
- Opened on Jun 4, 2024
- #5
Make sure to specify which Keys a mac user is expected to use to enable the behavior of the plugin
zikani03
- Opened on Sep 17, 2023
- #2
Once a user has placed their cursor on a valid object, the plugin should enable them to generate setter calls or
assignment statements for all the fields present in the class of the object.
One consideration ...
zikani03
- Opened on Aug 3, 2022
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.