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

foldersManager

xiaxiaodong

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

foldersManager

通过 配置文件 来快捷管理文件夹

配置文件 demo

修改配置可以点击 侧边栏的文件夹选项 , 点击 标题栏 的小铅笔图标 来修改


  [
    {
      "name": "项目分类名称",
      "children": [
        {
          "name": "微信分享页",
          "path": "/Users/xiaxiaodong/Documents/workspace"
        },
        {
          "name": "公众号登录",
          "path": "/Users/xiaxiaodong/Documents/workspace"
        }
      ]
    },
    {
      "name": "后台系统",
      "children": [
        {
          "name": "权限管理系统",
          "path": "/Users/xiaxiaodong/Documents/workspace"
        }
      ]
    }
  ]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft