How to add code snippets in Android Studio IDE?

后端 未结 5 1548
独厮守ぢ
独厮守ぢ 2020-12-04 21:04

does anyone know how to add code snippets in Android Studio IDE? I didn\'t found a menu entry or something like this.

I also want to know is it possible to change th

5条回答
  •  执笔经年
    2020-12-04 22:01

    Cntr + j : to insert an existant live template. File -> Settings -> Editor -> Code style -> live Templates >> add a template with button + edit your template and OK :)

提交回复
热议问题