Automatic Last Modified Date and Time Update
I am writing to request support for a feature in PhpStorm IDE that would automatically update the "Last modified" date and time when editing PHP files.
Currently, PhpStorm allows us to add a predefined header to newly created PHP files using the "File and Code Templates" settings. However, the "Last modified" section only displays the initial creation date and time, and it does not automatically update when the file is modified.
I kindly request that PhpStorm consider implementing a functionality that enables automatic updating of the "Last modified" date and time whenever a PHP file is edited. This would greatly improve productivity and code documentation accuracy for developers using PhpStorm.
I understand that manual modification of the "Last modified" section is possible, but having an automated solution would save significant time and effort.
/**
* Created by Burhan on ${DATE} ${TIME}
* Project: ${PROJECT_NAME}
* Last modified by Burhan on ->>> [Insert Last Modified Date Here]
*/
Thank you for your attention to this matter. I believe that implementing this feature would greatly enhance the user experience for PhpStorm users who work extensively with PHP files.
I look forward to your response and appreciate your consideration of this feature request.
请先登录再写评论。
You can use the Copyright functionality together with Actions on Save | Update copyright notice for that.
Thank you very much.