{"id":50349648,"url":"https://github.com/avin/vscode-quick-jump-to-file","last_synced_at":"2026-05-29T20:30:59.745Z","repository":{"id":360491479,"uuid":"1214204189","full_name":"avin/vscode-quick-jump-to-file","owner":"avin","description":"VS Code extension for quickly jumping to a file by its name in a string","archived":false,"fork":false,"pushed_at":"2026-04-18T09:45:24.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-26T17:31:02.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=c75.quick-jump-to-file","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/avin.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-18T08:52:32.000Z","updated_at":"2026-04-18T09:46:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/avin/vscode-quick-jump-to-file","commit_stats":null,"previous_names":["avin/vscode-quick-jump-to-file"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/avin/vscode-quick-jump-to-file","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avin%2Fvscode-quick-jump-to-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avin%2Fvscode-quick-jump-to-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avin%2Fvscode-quick-jump-to-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avin%2Fvscode-quick-jump-to-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avin","download_url":"https://codeload.github.com/avin/vscode-quick-jump-to-file/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avin%2Fvscode-quick-jump-to-file/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33670211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":[],"created_at":"2026-05-29T20:30:58.980Z","updated_at":"2026-05-29T20:30:59.739Z","avatar_url":"https://github.com/avin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Jump To File\n\nVS Code extension that extends `Go to Definition` for string path references like `./foo/bar` or `/foo/bar`.\n\n## How It Works\n\nPlace the cursor inside a string path and use the standard `Go to Definition` action:\n\n- Relative links such as `./foo/bar` are resolved from the current file.\n- Root-relative links such as `/foo/bar` are resolved from the workspace root or configured search paths.\n- If the resolved target is a directory, the extension looks for configured index file names inside that directory.\n- File matching is based on the filename part before the first dot.\n\nExamples for `./foo/bar`:\n\n- `bar` wins over `bar.ts` and `bar.component.ts`\n- `bar.ts` wins over `bar.component.ts`\n- `bar.ts` and `bar.js` are returned together so VS Code can show its standard choice UI\n- If `bar` is a folder, files like `bar/index.ts` are resolved through the configured index names\n\n## Settings\n\nThis extension contributes the following settings:\n\n- `quickJumpToFile.searchPaths`: directories used for links that start with `/`. Default is `[\"/\"]`, which means the workspace root.\n- `quickJumpToFile.indexFileNames`: base names used when the target path is a directory. Default is `[\"index\"]`.\n- `quickJumpToFile.ignoredFilePatterns`: regex patterns applied only to the final filename. Matching files are excluded from results.\n\nExample:\n\n```json\n{\n  \"quickJumpToFile.searchPaths\": [\"src\", \"public\"],\n  \"quickJumpToFile.indexFileNames\": [\"index\", \"main\"],\n  \"quickJumpToFile.ignoredFilePatterns\": [\"\\\\.test\\\\..*$\"]\n}\n```\n\n## Notes\n\n- Ignore patterns are checked only against the final file name, not parent directories.\n- The extension works through the standard definition flow, so `Ctrl+Click`, `F12`, and related VS Code actions use the same resolver.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favin%2Fvscode-quick-jump-to-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favin%2Fvscode-quick-jump-to-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favin%2Fvscode-quick-jump-to-file/lists"}