使用korofileheader插件vs code添加文件头注释和函数注释

korofileheader
vs code添加文件头注释和函数注释
1、extensions搜索fileheader,安装koroFileHeader
2、设置:edit=>perference=>setting,搜索fileheader.customMade
3、修改设置(settings.json),添加默认模板
"fileheader.customMade": {
"Author": "邹中兴",
"Date": "Do not edit",
"LastEditors": "邹中兴",
"LastEditTime": "Do not edit",
"Description": "",
}
4、使用方法
ctrl+alt+i,添加文件头注释
ctrl+alt+t,添加函数注释

posted on 2019-04-28 17:36  阿提  阅读(936)  评论(0编辑  收藏  举报

导航