Skip to content

Quick pick should fuzzy search on the folder names in multi-root workspaces #100723

@SnirBroshi

Description

@SnirBroshi

VSCode supports multi-root workspaces.

In the example you give in the docs, the .code-workspace file looks like this:

{
  "folders": [
    {
      // Source code
      "name": "Product",
      "path": "vscode"
    },
    {
      // Docs and release notes
      "name": "Documentation",
      "path": "vscode-docs"
    },
    {
      // Yeoman extension generator
      "name": "Extension generator",
      "path": "vscode-generator-code"
    }
  ]
}

Now let's say I want to open README.md from the vscode-docs folder.

I press Ctrl+P and then type doc README.md, and I get no results, even though the folder path is vscode-docs, and the folder name is Documentation.

Please make fuzzy search also search the folder path & name.

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions