插件名:koroFileHeader
"fileheader.customMade": {
"Author": "小方块的世界",
"Date": "Do not edit",
"LastEditors": "小方块的世界",
"LastEditTime": "Do not edit",
"Description": "file content"
}
// 在光标处插入函数注释,默认配置:{‘description‘:‘‘,‘param‘:‘‘,‘return‘:‘‘}
"fileheader.cursorMode": {
"description": "",
"param": "",
"return": ""
}
// 生成头部注释
/*
* @Author: 小方块的世界
* @Date: 2021-05-15 10:27:01
* @LastEditors: 小方块的世界
* @LastEditTime: 2021-05-15 10:27:01
* @Description: 定义每个FormItem组件
*/
// 生成函数注释
/**
* @description:
* @param {type}
* @return {type}
*/
原文:https://www.cnblogs.com/codebook/p/14773019.html