PhpStorm如何更改目录内所有文件的签名
PhpStorm how to change the signature in all files inside a directory
我想知道是否可以使用 PhpStorm 为目录中的所有文件更改另一个 header 签名,例如此示例。
/*
* myfile.php
* @copyright year
* ...
*/
版权插件当然可以做到这一点,但您必须为需要更新的目录定义一个自定义范围。在 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/ 找到更多信息。
我想知道是否可以使用 PhpStorm 为目录中的所有文件更改另一个 header 签名,例如此示例。
/*
* myfile.php
* @copyright year
* ...
*/
版权插件当然可以做到这一点,但您必须为需要更新的目录定义一个自定义范围。在 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/ 找到更多信息。