1、需求
我想在VS Code中创建文件的时候生成一些说明。
2、插件
插件蛮多的,我用的是korofileheader
3、配置
1)找到配置文件
2)配置文件
"fileheader.customMade": {
"Author": "ArdenZhao",
"Date": "Do not edit", // 文件创建时间(不变)
"LastEditors": "Do not edit",
"LastEditTime": "Do not edit", // 文件最后编辑时间
"FilePath": "Do not edit", // 文件在项目中的相对路径 自动更新
}, // 头部注释
3)最后,新建文件生成的效果
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。