美文网首页
1.头文件注释

1.头文件注释

作者: cmd_ts | 来源:发表于2019-02-13 12:10 被阅读6次

    ctrl+alt+i

    korofileheader

    "fileheader.Author": "cmd",
        
        "fileheader.LastModifiedBy": "cmd",   
        
        "fileheader.customMade": {
            "Author":"cmd",        
            "we_chat":"cmd_develop",
            "Date":"Do not edit",
            "LastEditors":"cmd",
            "LastEditTime":"Do not edit",
            "Description":""       
        },
    

    vscode-fileheader

    {
        "fileheader.Author": "cmd",
        "fileheader.LastModifiedBy": "cmd", 
        "fileheader.tpl": "/*\r\n * @Author: {author} \r\n * @wechat: cmd_develop \r\n * @Date: {createTime} \r\n * @Last Modified by: {lastModifiedBy} \r\n * @Last Modified time: {updateTime} \r\n * @Description: \r\n */\r\n",
    }
    

    相关文章

      网友评论

          本文标题:1.头文件注释

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