vscode 注釋插件 korofileheader配置


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,添加 函數 注釋

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM