Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>folder-searchNew to Visual Studio Code? Get it now.
folder-search

folder-search

skyfeiz

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

folder-search

Visual Studio Marketplace Version Made with reactive-vscode

Search and open the project folder in VSCode.

Configurations

{
  "folder-search": {
    "alias": {
      "@": "/Users/skyfeiz/Documents/workspace"
    },
    "searchPaths": [
      "@/doing", // scan the first-level folders under the @/doing
      "@/*/plugins", // scan the first-level folders under the @/all-folders/plugins
    ]
  }
}
  • Only scan the first-level folders under the searchPaths.
  • Support wildcard * in the searchPaths.
    • not support ** yet. will be converted to *
  • Support alias in the searchPaths.

Commands

Command Title
search-folder.openSearchPanel Open folder Search Panel

License

MIT License © 2026 skyfeiz

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