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
Hi,
I have couple of improvements to take into account:
Possibility of adding custom generation templates (similar to Live Templates), e.g.
when we have field: Integer field; plugin could generate pair:
field= CustomUtil.read(parcel);
CustomUtil.write(field,parcel);
Possibility to generate custom CREATOR
The text was updated successfully, but these errors were encountered:
Hi,
I have couple of improvements to take into account:
Possibility of adding custom generation templates (similar to Live Templates), e.g.
when we have field: Integer field; plugin could generate pair:
field= CustomUtil.read(parcel);
CustomUtil.write(field,parcel);
Possibility to generate custom CREATOR
The text was updated successfully, but these errors were encountered: