当前位置:网站首页>Vscode function annotation / file header annotation shortcut
Vscode function annotation / file header annotation shortcut
2022-07-01 05:37:00 【HaanLen】
Installing a plug-in KoroFileHeader

Document header comments :ctrl + window + i
Function header annotation : CTRL + window + t
/* * @Author: YanHSama * @Date: 2022-03-02 20:21:47 * @LastEditors: YanHSama [email protected] * @LastEditTime: 2022-06-29 23:02:10 * @FilePath: \Design_patterns\Factory-Pattern.js * @Description: JavaScript The Communist model of design pattern */
/** * @description: * @param {*} name * @param {*} age * @return {*} */
function factory(name, age) {
let item = '';
return item
}
边栏推荐
- JDBC常见面试题
- vsCode函数注解/文件头部注解快捷键
- College community management system based on boot+jsp (with source code download link)
- 【QT】qt加减乘除之后,保留小数点后两位
- Leetcode top 100 question 2 Add two numbers
- What is the at instruction set often used in the development of IOT devices?
- Dynamic verification of new form items in El form; El form verifies that the dynamic form V-IF does not take effect;
- Floweable source code annotation (40) class delegation
- rust猜数字游戏
- 导数的左右极限和左右导数的辨析
猜你喜欢
![Fiber Bragg grating (FBG) notes [1]: waveguide structure and Bragg wavelength derivation](/img/83/97c0c6e23cbb7b4c2b630c217c5206.jpg)
Fiber Bragg grating (FBG) notes [1]: waveguide structure and Bragg wavelength derivation

Ebpf cilium practice (2) - underlying network observability

第05天-文件操作函数

在Rainbond中一键部署高可用 EMQX 集群

0xc000007b应用程序无法正常启动解决方案(亲测有效)

JDBC common interview questions

Multi table operation - foreign key cascade operation

JDBC常见面试题

Numeric amount plus comma; JS two methods of adding three digits and a comma to numbers; JS data formatting

小程序常用组件小结
随机推荐
LevelDB源码分析之LRU Cache
Practice of combining rook CEPH and rainbow, a cloud native storage solution
Tar command
3D建模与处理软件简介 刘利刚 中国科技大学
Flutter can refresh data every time the interface comes in
Series of improving enterprise product delivery efficiency (1) -- one click installation and upgrade of enterprise applications
What things you didn't understand when you were a child and didn't understand until you grew up?
Memtable for leveldb source code analysis
2022.6.30-----leetcode.1175
Application of industrial conductive slip ring
rust猜数字游戏
Educational administration management system (free source code)
How to select conductive slip ring material
Use and principle of Park unpark
HDU - 1024 Max Sum Plus Plus(DP)
Flowable source code comment (XXXIX) task listener
[RootersCTF2019]babyWeb
SSM的教务管理系统(免费源码获取)
Thread process foundation of JUC
Rust基础入门之变量绑定与解构