Suggested improvements
lsuski opened this issue · 0 comments
lsuski commented
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