You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to be made is whether to also retrieve inherited fields.
Example
When user triggers the plugin (presses Ctrl+Alt+;) at (1) the plugin should automatically find name, age and address and generate the code at (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 to be made is whether to also retrieve inherited fields.
Example
When user triggers the plugin (presses
Ctrl+Alt+;
) at (1) the plugin should automatically findname
,age
andaddress
and generate the code at (2)The text was updated successfully, but these errors were encountered: