{"id":49538240,"url":"https://github.com/flycran/rtk-to-endpoints-vscode","last_synced_at":"2026-05-02T13:02:32.469Z","repository":{"id":355188270,"uuid":"1224259307","full_name":"flycran/rtk-to-endpoints-vscode","owner":"flycran","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-02T09:26:16.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-02T11:10:29.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flycran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-29T05:34:21.000Z","updated_at":"2026-05-02T09:04:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/flycran/rtk-to-endpoints-vscode","commit_stats":null,"previous_names":["flycran/rtk-to-endpoints-vscode"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/flycran/rtk-to-endpoints-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycran%2Frtk-to-endpoints-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycran%2Frtk-to-endpoints-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycran%2Frtk-to-endpoints-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycran%2Frtk-to-endpoints-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flycran","download_url":"https://codeload.github.com/flycran/rtk-to-endpoints-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycran%2Frtk-to-endpoints-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32534972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-02T13:02:31.253Z","updated_at":"2026-05-02T13:02:32.462Z","avatar_url":"https://github.com/flycran.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTK to Endpoints\n\nA VSCode extension that enables **Go to Definition** from RTK Query hooks directly to endpoint definitions — with **zero configuration**.\n\n## Features\n\n- Press `F12` or `Cmd/Ctrl+Click` on any RTK Query hook to jump directly to its endpoint definition in `createApi`.\n- No `tsconfig.json` changes required.\n- No need to switch VSCode to workspace TypeScript version.\n\n## Supported Hook Patterns\n\n| Hook | Endpoint |\n|------|----------|\n| `useGetUserQuery` | `getUser` |\n| `useLazyGetUserQuery` | `getUser` |\n| `useCreateUserMutation` | `createUser` |\n| `useGetUserQueryState` | `getUser` |\n| `useGetUserQuerySubscription` | `getUser` |\n| `useGetUserInfiniteQuery` | `getUser` |\n| `useGetUserInfiniteQueryState` | `getUser` |\n| `useGetUserInfiniteQuerySubscription` | `getUser` |\n\n## Usage\n\nInstall the extension and start using Go to Definition on your RTK Query hooks immediately.\n\n```ts\nconst { data } = useGetUserQuery(id)\n//              ^^^^^^^^^^^^^^^^ F12 → jumps to getUser endpoint\n```\n\n## Settings\n\n| Setting | Default | Description |\n|---------|---------|-------------|\n| `rtkToEndpoints.enabled` | `true` | Enable or disable the plugin |\n\n## Requirements\n\n- VSCode `^1.85.0`\n- TypeScript `\u003e=4.0.0` in your project\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflycran%2Frtk-to-endpoints-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflycran%2Frtk-to-endpoints-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflycran%2Frtk-to-endpoints-vscode/lists"}