Skip to content

tomjs/vscode-snippets-manager

Repository files navigation

Code Snippets Manager

VS Code 代码片段管理 / Snippets Manager for VS Code.

说明 (Note)

支持全局和当前工作空间中的代码片段的管理。

Supports the management of code snippets in the global and current workspace.

本项目受 Easy Snippet 这个扩展的启发,并参考了他的代码和思路,非常感谢。项目中使用的部分图标资源,来自 vscode-icons,仅做了颜色修改。本项目由兴趣和个人需求而开发,不一定满足所有人的需求。

This project is inspired by the extension Easy Snippet and refers to his code and ideas. Thanks very much. Some icon resources used in the project are from vscode-icons, and only the color is modified. This project is developed out of interest and personal needs, and may not meet the needs of everyone.

截图 Screenshots

部分截图,具体请操作。Some screenshots, please operate for details.

  • 新增分组 Add Group

group

  • 新增片段 Add Snippet

snippet1

  • 编辑片段 Edit Snippet

snippet2

  • 编辑代码 Edit Snippet Code

snippet3

Related