korofileheader 注釋插件 設置里面找到 Custom Made 寫入以下配置 "fileheader.customMade": { //此為頭部注釋
"Description": "", "Version": "2.0", "Autor": "lhl", "Date": "Do not edit", "LastEditors": "lhl", "LastEditTime": "Do not edit" }, "fileheader.cursorMode": { //此為函數注釋
"description":"", "param": "", "return": "", "author":"lhl" }, "fileheader.configObj": { "autoAdd": true, // 默認開啟自動添加頭部注釋,當文件沒有設置頭部注釋時保存會自動添加
"autoAlready": true, // 默認開啟
"prohibitAutoAdd": [ "json", "md" ], // 禁止.json .md文件,自動添加頭部注釋
"wideSame": false, // 設置為true開啟
"wideNum": 13 // 字段長度 默認為13
} ctrl+alt+i,添加 文件頭 注釋 ctrl+alt+t,添加 函數 注釋