Phpstorm , How to change the user name?

Asked

Viewed 229 times

4

Every time we create a new file(file) it gives us a commented header with our username. How do I change the User name? I searched everywhere in the tool and could not find!

<?php
/**
 * Created by PhpStorm.
 * User: claud
 * Date: 18/10/2016
 * Time: 01:05
 */

Grateful for the collaboration.

1 answer

3


According to this response from Soen

Go to Settings > IDE Settings > File and Code Templates

Then on the tab Includes select PHP File Header.

You can customize or remove as you wish.

phpstorm

Browser other questions tagged

You are not signed in. Login or sign up in order to post.