使用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,添加函数注释

转载于:https://www.cnblogs.com/zouzhongxing/p/10785363.html

你可能感兴趣的:(使用korofileheader插件vs code添加文件头注释和函数注释)