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?
Asked
Active
Viewed 85 times
0

Ahmer Afzal
- 501
- 2
- 11
- 24

user8350137
- 1
- 2
1 Answers
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