一个用于管理项目的 VS Code 扩展集。
- 项目管理器视图,方便组织和管理您的项目
- 支持项目分类管理
- 快速打开/切换项目
- 项目重命名和删除
- 分类重命名和删除
- 在侧边栏找到项目管理器图标
- 点击 "+" 按钮添加新项目
- 右键点击项目或分类可以进行相应操作
- 添加项目:添加新的项目到管理器中
- 重置数据:清空所有项目数据
- 打开分类下所有项目:一键打开某个分类下的所有项目
- 重命名项目/分类:修改项目或分类的名称
- 删除项目/分类:从管理器中移除项目或分类
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
For example if there is an image subfolder under your extension project workspace:

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: Enable/disable this extension.myExtension.thing
: Set toblah
to do something.
Calling out known issues can help limit users opening duplicate issues against your extension.