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

后端 未结 9 1376
余生分开走
余生分开走 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:25

    Settings->Editor->Copyright->Copyright Profiles

    is another place (apart from "Settings->Editor->File and Code Templates") where similar template could be defined and also triggered whenever file is created.

提交回复
热议问题