Android Studio: how to remove/update the “Created by” comment added to all new classes?

后端 未结 9 1373
余生分开走
余生分开走 2020-12-07 07:53

By default Android Studio automatically adds a header comment to all new classes, e.g.

/**
 * Created by Dan on 11/20/13.
 */

Where is the

9条回答
  •  失恋的感觉
    2020-12-07 08:27

    As well as Dan's answer (which is the much more rigorous way), you can also click into the header, and option-enter (on Mac), and you can choose to edit the default file template. Alternatively, click the little lightbulb to get here as well

    enter image description here

提交回复
热议问题