vscode自动添加作者、时间信息

-

大项目开发,都是多人合作,需要确定每个人开发的功能模块儿,以便遇到问题时及时找到对应负责人解决,统计开发量等;vscode提供了这样的功能;

 

 

1、安装插件 vscode-fileheader

2、配置setting.json

"fileheader.Author": "person name",
"fileheader.LastModifiedBy": "person name"

3、window系统使用Ctrl+Alt+i,mac系统使用control+option+i即可在文件顶部生成

-

posted @ 2022-03-26 19:05  古墩古墩  Views(1636)  Comments(0Edit  收藏  举报