{"id":19450948,"url":"https://github.com/rixo/atom-refs","last_synced_at":"2026-01-06T00:04:41.384Z","repository":{"id":45252977,"uuid":"187700421","full_name":"rixo/atom-refs","owner":"rixo","description":"Jump between references \u0026 refactor for Atom","archived":false,"fork":false,"pushed_at":"2024-05-27T12:20:01.000Z","size":914,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T00:04:34.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rixo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-05-20T19:22:47.000Z","updated_at":"2021-12-27T23:33:02.000Z","dependencies_parsed_at":"2022-09-26T16:21:15.993Z","dependency_job_id":"251c36cd-70b4-4311-a0b5-23082b9f672b","html_url":"https://github.com/rixo/atom-refs","commit_stats":{"total_commits":394,"total_committers":9,"mean_commits":43.77777777777778,"dds":0.5431472081218274,"last_synced_commit":"8a005120a630a56c360ac142accab1e9875d657c"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixo%2Fatom-refs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixo%2Fatom-refs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixo%2Fatom-refs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixo%2Fatom-refs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rixo","download_url":"https://codeload.github.com/rixo/atom-refs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245359257,"owners_count":20602322,"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":[],"created_at":"2024-11-10T16:39:40.447Z","updated_at":"2026-01-06T00:04:41.378Z","avatar_url":"https://github.com/rixo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atom-refs\n\nThis project recomposes big parts of [atom-refactor] / [js-refactor] and [js-hyperclick]. Big thanks to them.\n\n**WARNING This is very early alpha version.** Expect bugs.\n\n## Motivations\n\n- add navigation between occurrences\n\n- add support for svelte3\n\n- avoid to open temporary editors when resolving re-exported modules (`export { ... } from`)\n\n- share AST to avoid double parsing of same code\n\n## Features\n\n- highlights all references (bindings) to a variables in a JS scope\n\n- select all references (to rename all references at once)\n\n- navigate to previous / next reference\n\n- jump to variable declaration / import statement\n\n- jump through files to imported module definition\n\n    - either from local import declaration, or a reference later in the code\n\n    - to `./local-module`, `'global-ones'` and even atom's doc! (actually using js-hyperclick for module resolution currently)\n\n- skip through `import { default as foo } from 'foo'` to the actual declaration (optionally, by using one of two jump command variants)\n\n- can provide to [hyperclick] for mouse support (but does not depends on it)\n\n- supports svelte3! including references in the template!!\n\n- supports jsx\n\n- maybe supports vue? (don't remember, not tested recently, probably somewhat partial support)\n\n- does NOT support typescript (because typescript has all of this more or less built-in)\n\n[atom-refactor]: https://atom.io/packages/refactor\n[js-refactor]: https://atom.io/packages/js-refactor\n[js-hyperclick]: https://atom.io/packages/js-hyperclick\n[hyperclick]: https://atom.io/packages/hyperclick\n\n## Keymap\n\nProvided keymap works with vim-mode-plus because it's what I use. You'll need to map atom-refs's command yourself if not using vim-mode-plus. (Please post an issue if you find a combination that works well in non-vim, to have it integrated in the defaults).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frixo%2Fatom-refs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frixo%2Fatom-refs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frixo%2Fatom-refs/lists"}