A Visual Studio Code extension for fast folder navigation. Quickly open and focus any folder in your workspace using a searchable quick pick menu.
- Quick Folder Navigation: Use the Command Palette (
Ctrl+Shift+PorCmd+Shift+Pon Mac), runFolder Quickopen: Open, and instantly search for and select any folder in your workspace. - Explorer Focus: The selected folder is revealed and focused in the VS Code Explorer.
- Ignores Common Folders: Skips folders like
node_modules,dist,out,coverage,build, and hidden folders for a cleaner experience. - Fast & Cached: Folder list is cached and updated automatically when files or folders are created, deleted, or renamed.
- No Configuration Needed: Works out of the box in any VS Code workspace.
- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P). - Type
Folder Quickopen: Openand select it. - Search for the folder you want and hit Enter to focus it in the Explorer.
No special requirements. Works in any VS Code workspace.
This extension contributes the following setting:
folderQuickopen.onEnterCommand: (string, optional) The command to execute when you select a folder in the quick pick. Defaults torevealInExplorer. You can set this to any command ID, for example:"folderQuickopen.onEnterCommand": "myCustom.commandId".
- Only supports single-root workspaces (the first workspace folder is used).
- Folders are detected based on files present; empty folders may not appear.
- Initial release: Quickly open and focus folders in the workspace.
This project is licensed under the MIT License - see the LICENSE file for details.
Pull requests and suggestions are welcome!
Enjoy fast folder navigation in VS Code!