Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Layered CommentsNew to Visual Studio Code? Get it now.
Layered Comments

Layered Comments

xxx

|
219 installs
| (1) | Free
Layered Comments for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Layered Comments for VS Code

简介

自定义代码片段分层注释,让代码结构更加简洁

效果

功能

  1. 单行英文注释
  2. 多行英文注释
  3. 多语言注释
  4. 自定义配置宽度及填充符号

快捷键

Mac:Cmd + Ctrl + /

Win:Ctrl + Alt + /

配置

{
  "layeredComments.style": {
    // 填充宽度
    "width": 40,
    // 填充符号
    "fillSym": "*"
  }
}

示例

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