Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>headerlicenseNew to Visual Studio Code? Get it now.
headerlicense

headerlicense

刘剑

|
203 installs
| (0) | Free
快速在文件头部生成注释的插件,通常用于author/license
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

headerlicense

headerlicense 是一款为 JS,TS,TSX 快速生成头部注释的插件

  • 保存自动触发
  • 创建文件自动触发

案例

为头部添加自己的 license

{
  "headerLicense.license": "/*\n * The MIT License (MIT)\n * Copyright (c) 2018-present, OBKoro1\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * The source code for this program is not published or\n * otherwise divested of its trade secrets\n */"
}

图片

为头部添加签名

{
  "headerLicense.license": "// author:liujian\n// email:xxx@example.com"
}

图片

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