0

How to edit the code generation of getters in Android Studio, which are generated via hot keys Alt+Insert ? In which folder are the files which are spelled out in the instructions?

Ahmer Afzal
  • 501
  • 2
  • 11
  • 24

1 Answers1

0

You can add new getter/setter code generation templates by pressing Alt+Insert, selecting Getters and Setters, then choosing the ellipses (...) and pressing the green +.

Matt
  • 2,953
  • 3
  • 27
  • 46