首页 > 其他 > 详细

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

时间:2019-04-28 17:56:56      阅读:1524      评论:0      收藏:0      [点我收藏+]

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

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

原文:https://www.cnblogs.com/zouzhongxing/p/10785363.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!