美文网首页技术栈
vs code 设置注释头

vs code 设置注释头

作者: Rising_life | 来源:发表于2019-08-15 17:42 被阅读130次

在 vs code 中,打开 文件 =》首选项 =》 设置

输入 fileheader

随便点击哪个"在setting.json"中编辑,输入以下设置后保存,然后重启vscode更新设置:

// 文件头部注释

    "fileheader.customMade": {

        "Descripttion":"",

        "version":"",

        "Author":"sueRimn",

        "Date":"Do not edit",

        "LastEditors":"sueRimn",

        "LastEditTime":"Do not Edit"

    },

    //函数注释

    "fileheader.cursorMode": {

        "name":"",

        "test":"test font",

        "msg":"",

        "param":"",

        "return":""

    }

相关文章

网友评论

    本文标题:vs code 设置注释头

    本文链接:https://www.haomeiwen.com/subject/qeqtsctx.html