简体   繁体   English

PhpStorm如何更改目录内所有文件中的签名

[英]PhpStorm how to change the signature in all files inside a directory

I would like to know if it's possible using PhpStorm to change a header signature like this example by another for all files inside directory. 我想知道是否可以使用PhpStorm对目录中的所有文件使用另一个示例来更改此示例的标头签名。

/*
 * myfile.php
 * @copyright year 
 * ...
*/

Copyright plugin can surely do that but you will have to define a custom scope for the directory that you need to update. 版权插件肯定可以做到这一点,但是您必须为需要更新的目录定义一个自定义范围。 Find more information at https://www.jetbrains.com/help/phpstorm/generating-and-updating-copyright-notice.html and https://blog.jetbrains.com/phpstorm/2016/01/managing-copyright-notices-in-phpstorm/ . https://www.jetbrains.com/help/phpstorm/generating-and-updating-copyright-notice.htmlhttps://blog.jetbrains.com/phpstorm/2016/01/managing-copyright- notices-in-phpstorm /

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

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