folder-search

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
| |