VisualStudioCode 文件头部注释说明的配置
作者:互联网
1.安装 koroFileHeader 插件
2.打开设置——检索 fileheader,然后按如下所示进行操作,将头文件注释的内容定义好。
参数参考
"Author": "xxx", "Date": "Do not edit", // 文件创建时间(不变) "LastEditors": "xxxx", // 文件最后编辑者 "LastEditTime": "Do not edit", // 文件最后编辑时间 "FilePath": "Do not edit" ,// 增加此项配置即可标签:Do,文件,edit,注释,文件创建,VisualStudioCode,头部,编辑者 来源: https://www.cnblogs.com/bojo-L/p/16170975.html