Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>jsdoc thisNew to Visual Studio Code? Get it now.
jsdoc this

jsdoc this

dyxuan

|
1,130 installs
| (0) | Free
gen jsdoc template
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

jsdoc README

gen jsdoc

Features

选中一个函数的参数, ctrl+shift+p 后输入 gen jsdoc 并选择 gen jsdoc 命令, 即可生成 jsdoc 风格的函数注释 或 使用快捷键ctrl+alt+D

Requirements

none

Extension Settings

This extension contributes the following settings:

{
    "jsdoc":{
        "author":"YOUR NAME",   //添加此选项, jsdoc 将自动插入作者
        "disDate":false,     //是否隐藏日期
        "disType":false,    //是否隐藏参数type
        "disReturn":false,  //是否隐藏函数return
    }
}
  • jsdoc.author: 添加此选项, jsdoc 将自动插入作者
  • jsdoc.disDate``boolean: 添加此选项, jsdoc 将自动插入作者

Known Issues

none

Release Notes

none

1.0.0

jsdoc this 1.0 正式发布!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft