YTerle
YTerle

Reputation: 2686

Customize Create Method option in Android Studio

When I write code to call a method that not exist yet, Android Studio makes it red and when i press Alt + Enter it suggeests to Create method $NAME$.

How can I customize this template of method creation?

Upvotes: 1

Views: 397

Answers (1)

YTerle
YTerle

Reputation: 2686

Finally found how to do it in File -> Settings -> File and Code Templates -> Code tab -> New Method Body

Upvotes: 1

Related Questions