Turning off “created by” stamp when generating files in IntelliJ

后端 未结 5 1263
南方客
南方客 2021-01-30 02:32

I can\'t find an option for this. For example, when I create a new Scala class, this text is placed in the file:

/**
 * Created by ben on 6/23/14.
 */

5条回答
  •  难免孤独
    2021-01-30 03:34

    In Intellij 14 it is in the File and Code Templates area of the settings dialog. There should be a tab called Includes and File Header in it. Remove all text on the right side.

提交回复
热议问题