VScode代码注释关键字解析 | 蛋烘糕
蛋烘糕.

不写博客的工程师不是好的搬砖工🧱

VScode代码注释关键字解析

Cover Image for VScode代码注释关键字解析
蛋烘糕
蛋烘糕
/**
 * @abstract 摘要
 * @access 权限
 * @alias 别名
 * @argument 参数
 * @async 异步
 * @augments 参数
 * @author 作者
 * @borrows 引用
 * @callback 回掉
 * @class 类
 * @classdesc 类说明
 * @constant 参数
 * @constructor	构造函数
 * @constructs 构造
 * @copyright 版权
 * @default 默认
 * @deprecated 已弃用
 * @description 说明
 * @emits	触发
 * @enum 枚举
 * @event 事件
 * @example 例子
 * @exports 导出
 * @extends 扩展、继承
 * @external 外部
 * @field	领域
 * @file 文件
 * @fileoverview 文件概述
 * @fires
 * @function 函数
 * @generator 生成器
 * @global 全局
 * @hideconstructor 隐藏构造函数
 * @host 主人
 * @ignore 忽视
 * @implements 工具
 * @inheritdoc 继承文档
 * @inner 内部的
 * @instance 实例
 * @interface 接口
 * @kind 种类
 * @lends 增添
 * @license 许可证
 * @listens 监听
 * @member 成员
 * @memberof 属于...成员
 * @method 方法
 * @mixes 混合
 * @module 模块
 * @name 名称
 * @namespace 命名空间
 * @override 覆盖
 * @package 包裹
 * @param 参数
 * @private 私有的
 * @property 财产
 * @protected 受保护的
 * @public 公共的
 * @readonly 只读
 * @requires 请求
 * @returns 返回
 * @see 看见
 * @since 自从
 * @static 静态的
 * @summary 总结
 * @template 模板
 * @this 这个
 * @throws 抛出
 * @todo 待办事项
 * @tutorial 辅助
 * @type 类型
 * @typedef 类型定义
 * @var 变量
 * @variation 变量
 * @version 版本
 * @virtual 模拟的
 * @yields 产出
 */
ECMAScript2017新特性总结及使用场景
ECMAScript2018新特性总结及使用场景
博客日历
2022年10月
26
27
28
29
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
04
05
06
更多