Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Snippet StorageNew to Visual Studio Code? Get it now.
Snippet Storage

Snippet Storage

mey

|
20 installs
| (0) | Free
quickly save and read fragments
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

snippet-storage

Instructions

  • 选中代码后右键选择 Save Snippet
  • 在侧边栏查看保存的片段
  • 点击片段名自动粘贴

Features

支持分类、编辑、导入、导出、批量拖动排序、过滤。

localDataStructure

[
    {
        "id": 1,
        "name": "分类名称", // String
        "children": [
            {
                "id": 2,
                "name": "片段名称", // String
                "content": "片段内容"
            }
        ]
    }
]

示例截图

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