{"id":21074796,"url":"https://github.com/dawsbot/relativepath","last_synced_at":"2025-05-16T06:31:29.785Z","repository":{"id":2475373,"uuid":"46635053","full_name":"dawsbot/RelativePath","owner":"dawsbot","description":"VSCode Relative path plugin","archived":false,"fork":false,"pushed_at":"2024-06-19T07:22:42.000Z","size":5384,"stargazers_count":68,"open_issues_count":7,"forks_count":23,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-09T13:17:55.567Z","etag":null,"topics":["visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=jakob101.RelativePath","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/dawsbot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2015-11-21T21:40:56.000Z","updated_at":"2024-07-14T10:28:11.000Z","dependencies_parsed_at":"2024-08-09T13:21:44.908Z","dependency_job_id":null,"html_url":"https://github.com/dawsbot/RelativePath","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2FRelativePath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2FRelativePath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2FRelativePath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2FRelativePath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawsbot","download_url":"https://codeload.github.com/dawsbot/RelativePath/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225411493,"owners_count":17470246,"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","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":["visual-studio-code","vscode","vscode-extension"],"created_at":"2024-11-19T19:18:02.335Z","updated_at":"2024-11-19T19:18:02.992Z","avatar_url":"https://github.com/dawsbot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Relative Path Extension for VS Code\n\n\u003e Get the relative path to any file in your workspace\n\nPress `Ctrl+Shift+H` (Mac: `Cmd+Shift+H`) and start typing the file you want.\n\n![GIF](https://media.giphy.com/media/3oEduJ5iRksPxpwoXC/giphy.gif)\n\n\u003cbr/\u003e\n\n## How to use\n\n1. [Install the extension](https://marketplace.visualstudio.com/items?itemName=jakob101.RelativePath\u0026ssr=false#overview)\n2. Press `Ctrl+Shift+H` (Mac: `Cmd+Shift+H`) and start typing the file you want.\n    - The file you want will appear as you type\n3. 🪄 Select your file from the dropdown!\n\n\u003cbr/\u003e\n\n## Options\n\nThe following settings are customizable. **You likely do not need these, but if you do, here are your options**\n\nThey can be set in user preferences (`ctrl+,` or `cmd+,`) or workspace settings (`.vscode/settings.json`).\n\n```javascript\n// A glob by which to filter results\n\"relativePath.includeGlob\": \"/**/*.*\",\n\n// An array of glob keys to ignore when searching.\n\"relativePath.ignore\": [\n\t\"**/node_modules/**\",\n\t\"**/*.dll\",\n\t\"**/obj/**\",\n\t\"**/objd/**\"\n],\n\n// Excludes the extension from the relative path url (Useful for systemjs imports).\n\"relativePath.removeExtension\": false,\n\n// An array of extensions to exclude from the relative path url (Useful for used with Webpack or when importing files of mixed types)\n\"relativePath.excludedExtensions\": [\n\t\".js\",\n\t\".ts\"\n],\n\n// For performance optimization the default limit for quick filter is 1,000 files.\n// Extending this may lead to performance issues\n\"relativePath.searchCountLimit\": 1000,\n\n// Removes the leading ./ character when the path is pointing to a parent folder.\n\"relativePath.removeLeadingDot\": true,\n\n//  \"Omit path parts by matched Regular Expressions\n\"relativePath.omitParts\": [\n\t\"\\\\/index$\"\n],\n\n```\n\n\u003cbr/\u003e\n\n## Performance Information\n\n### In Multi root workspaces:\n\nEverytime you switch to a file from a different folder the files in that folder are indexed and\ncached to improve search performance. If you have multiple large folders part of a workspace\nfrequent switches between folders might slow you down.\n\n### In Single project workspace:\n\nThe caching of the filelist in the project happens only once. If your workspace contains a lot of files\nplease wait for the initial file list to be created.\n\n## Bugs\n\nReport them [here](https://github.com/jakob101/RelativePath).\n\n## Licence\n\n[MIT](https://github.com/Microsoft/vscode-go/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawsbot%2Frelativepath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawsbot%2Frelativepath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawsbot%2Frelativepath/lists"}