Disable PHPStorm new file branding

JohnBob picture JohnBob · Mar 1, 2015 · Viewed 13.7k times · Source

When I create a new file using PhpStorm it creates it's own comment at the top, this would be fine however when using codeigniter comments using /* */ do not work, anyway to disable this? if not i'm going to have to get a new editor.

Here is what I mean

<?php
/**
 * Created by PhpStorm.
 * User: Josh
 * Date: 28/02/2015
 * Time: 22:53
*/

Answer

Jesper picture Jesper · Mar 1, 2015

Windows: Go to File -> Settings -> Editor -> File and Code Templates -> Includes (TAB) -> PHP File Header

Mac: Go to PhpStorm -> Preferences -> Editor -> File and Code Templates -> Includes (TAB) -> PHP File Header

And then you can edit it or remove it, or whatever you wanna do :)