简体   繁体   English

PhpStorm如何更改用户的默认签名?

[英]PhpStorm how to change default signature for user?

Whenever i create a new file, old developers signature is automatically inserted in the beginning of the file. 每当我创建一个新文件时,旧的开发人员签名会自动插入到文件的开头。

I've made some research but nothing helped me so far. 我做了一些研究,但到目前为止没有任何帮助。 Is there a way to change that ? 有办法改变吗?

/**
 * Created by old dev
 * Developed by old dev
 * Date: 11.5.2015
 * Time: 08:50
 */

You can modify this signature in File -> Settings -> Editor -> File and Code Templates -> Includes -> PHP File Header . 您可以在文件 - >设置 - >编辑器 - >文件和代码模板 - >包含 - > PHP文件头中修改此签名。

This defaults to your current user system login name. 这默认为您当前的用户系统登录名。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM