{"id":17088328,"url":"https://github.com/jasonrudolph/significant-other-vscode","last_synced_at":"2026-02-24T19:35:09.808Z","repository":{"id":42504991,"uuid":"455353795","full_name":"jasonrudolph/significant-other-vscode","owner":"jasonrudolph","description":"An VS Code extension to quickly switch between a source file and its corresponding test file","archived":false,"fork":false,"pushed_at":"2025-03-12T13:21:55.000Z","size":288,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-17T21:05:24.436Z","etag":null,"topics":["tdd","testing","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=jasonrudolph.significant-other","language":"JavaScript","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/jasonrudolph.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}},"created_at":"2022-02-03T22:47:51.000Z","updated_at":"2025-03-12T13:21:40.000Z","dependencies_parsed_at":"2024-06-18T13:21:44.135Z","dependency_job_id":null,"html_url":"https://github.com/jasonrudolph/significant-other-vscode","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jasonrudolph/significant-other-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonrudolph%2Fsignificant-other-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonrudolph%2Fsignificant-other-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonrudolph%2Fsignificant-other-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonrudolph%2Fsignificant-other-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonrudolph","download_url":"https://codeload.github.com/jasonrudolph/significant-other-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonrudolph%2Fsignificant-other-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280848656,"owners_count":26401805,"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-10-24T02:00:06.418Z","response_time":73,"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":["tdd","testing","vscode-extension"],"created_at":"2024-10-14T13:37:08.218Z","updated_at":"2025-10-24T18:41:43.890Z","avatar_url":"https://github.com/jasonrudolph.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Significant Other for Visual Studio Code\n\nProvides a command to quickly switch between a source code file and its corresponding test file, and vice versa.\n\nNo configuration needed. Works with [most project structures](#supported-project-structures).\n\n![demo](https://user-images.githubusercontent.com/2988/153523734-a90d1ab2-3e39-438f-8b25-be0eb36aa56a.gif)\n\n## Supported Project Structures\n\nSignificant Other is intended to work automatically with popular project structures. It works with the project structure used in Rails projects, in Go modules, in Ruby gems, and it will hopefully work for your project as well. To provide its functionality, Significant Other makes a few assumptions (listed below) about your project's conventions.\n\nSignificant Other assumes that:\n\n- You want to toggle between a source file and _the_ corresponding test file, or vice versa.\n- The source file and the test file _start_ with the same name. The test file _may_ include a suffix of `_test`, `.test`, `_spec`, or `-spec`. For example, you can toggle between:\n  - `lib/profile.js` and `spec/profile.js`\n  - `app/models/profile.rb` and `test/models/profile_test.rb`\n  - `src/profile.js` and `src/profile_spec.js`\n  - `lib/profile.js` and `test/profile.test.js`\n  - `profile.js` and `profile-spec.js`\n  - `lib/kv.go` and `lib/kv_test.go`\n- The source file and the test file have the same file extension. (I may consider removing this assumption at some point.)\n\nIf your project follows a well-defined, widely-used project structure that doesn't satisfy the assumptions above, please [let me know about it][open-an-issue] so that I can consider enhancing the extension to support that project structure.\n\n## Bring Your Own Keyboard Shortcut\n\nYou may want to use a keyboard shortcut for switching between source files and test files. This extension does not provide a keyboard shortcut by default, but you can easily define your own. Use the [official guide][vscode-keyboard-shortcuts] to locate the `Significant Other: Toggle` command and assign a shortcut that sparks joy in your life. 🎇\n\n[open-an-issue]: https://github.com/jasonrudolph/significant-other-vscode/issues/new\n[vscode-keyboard-shortcuts]: https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-editor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonrudolph%2Fsignificant-other-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonrudolph%2Fsignificant-other-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonrudolph%2Fsignificant-other-vscode/lists"}