// 此为头部注释
"fileheader.customMade": {
"Description": "",
"Version": "2.0",
"Autor": "ABing",
"Date": "Do not edit",
"LastEditors": "lhl",
"LastEditTime": "Do not edit"
},
// 此为函数注释
"fileheader.cursorMode": {
"description":"",
"param": "",
"return": "",
"author":"lhl"
},
"fileheader.configObj": {
// 默认开启自动添加头部注释,当文件没有设置头部注释时保存会自动添加
"autoAdd": true,
// 默认开启
"autoAlready": true,
// 禁止.json .md文件,自动添加头部注释
"prohibitAutoAdd": [
"json",
"md"
],
// 设置为true开启
"wideSame": false,
// 字段长度 默认为13
"wideNum": 13
}