{"id":30351045,"url":"https://github.com/bit4bit/vstofolder","last_synced_at":"2026-05-19T10:02:34.595Z","repository":{"id":310254171,"uuid":"1039149051","full_name":"bit4bit/vstofolder","owner":"bit4bit","description":"Instantly find and navigate to any folder in your workspace","archived":false,"fork":false,"pushed_at":"2025-08-16T20:33:40.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T21:12:37.399Z","etag":null,"topics":["vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bit4bit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-16T15:29:19.000Z","updated_at":"2025-08-16T20:33:43.000Z","dependencies_parsed_at":"2025-08-16T21:12:47.952Z","dependency_job_id":"a1100525-3a33-4aa0-8c4f-bb4476f27a92","html_url":"https://github.com/bit4bit/vstofolder","commit_stats":null,"previous_names":["bit4bit/vstofolder"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bit4bit/vstofolder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit4bit%2Fvstofolder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit4bit%2Fvstofolder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit4bit%2Fvstofolder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit4bit%2Fvstofolder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bit4bit","download_url":"https://codeload.github.com/bit4bit/vstofolder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit4bit%2Fvstofolder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073391,"owners_count":24694538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vscode-extension"],"created_at":"2025-08-18T23:00:39.614Z","updated_at":"2026-05-19T10:02:34.527Z","avatar_url":"https://github.com/bit4bit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VS To Folder\n\nA VS Codium extension that provides quick navigation to any folder in your workspace.\n\n## Features\n\n- **Quick Folder Navigation**: Instantly find and navigate to any folder in your workspace\n- **Smart Filtering**: Respects VS Code's `files.exclude` and `search.exclude` settings\n- **Git Integration**: Automatically excludes git-ignored directories\n- **Performance Optimized**: Intelligent caching system to handle large workspaces efficiently\n- **Explorer Integration**: Automatically reveals selected folders in the Explorer view\n\n## Usage\n\n1. Open the Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`)\n2. Type \"Find Folder\" and select the command\n3. Browse or search through the list of available folders\n4. Select a folder to navigate to it in the Explorer\n\nAlternatively, you can bind the `vstofolder.FindFolder` command to a keyboard shortcut for even faster access.\n\n## Configuration\n\nThe extension contributes the following setting:\n\n- `vstofolder.cacheValidationDuration`: Cache validation duration in minutes (default: 60)\n  - Set to `0` to disable caching\n  - Higher values improve performance but may not reflect recent filesystem changes\n  - Lower values ensure fresh results but may impact performance in large workspaces\n\n## How It Works\n\nThe extension scans your workspace folders and builds a directory tree while:\n- Excluding hidden directories (starting with `.`)\n- Respecting your VS Code exclude settings (`files.exclude` and `search.exclude`)\n- Filtering out git-ignored directories when a git repository is detected\n- Caching results for improved performance on subsequent searches\n\n## Installation\n\nInstall from the VS Code Marketplace or package the extension locally:\n\n```bash\nnpm install\nnpm run compile\n```\n\n## Requirements\n\n- VS Code 1.99.0 or higher\n- Windsurf 1.0.0 or higher (compatible)\n- Git extension (optional, for git-ignore functionality)\n\n## Known Issues\n\n- Large workspaces may experience initial scanning delays\n- Cache invalidation occurs on any file system change, which may impact performance in very active projects\n\n### For Developers\n\n#### Building from Source\n```bash\ngit clone https://github.com/bit4bit/vstofolder.git\ncd vstofolder\nnpm install\nnpm run compile\nnpm test\n```\n\n#### Packaging\n```bash\nnpm run package  # Creates vstofolder-1.1.0.vsix\n```\n\n#### Testing in Development Mode\n```bash\n# Open project in VS Code/Windsurf\n# Press F5 to launch Extension Development Host\n# Test commands in the new window\n```\n\n## Contributing\n\nThis extension is built with TypeScript and follows VS Code extension development patterns. Contributions are welcome!\n\n## License\n\nSee LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit4bit%2Fvstofolder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbit4bit%2Fvstofolder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit4bit%2Fvstofolder/lists"}