Provides a command to quickly switch between a source code file and its corresponding test file, and vice versa.
No configuration needed. Works with most project structures.
Significant 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.
Significant Other assumes that:
- You want to toggle between a source file and the corresponding test file, or vice versa.
- 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:lib/profile.js
andspec/profile.js
app/models/profile.rb
andtest/models/profile_test.rb
src/profile.js
andsrc/profile_spec.js
lib/profile.js
andtest/profile.test.js
profile.js
andprofile-spec.js
lib/kv.go
andlib/kv_test.go
- The source file and the test file have the same file extension. (I may consider removing this assumption at some point.)
If your project follows a well-defined, widely-used project structure that doesn't satisfy the assumptions above, please let me know about it so that I can consider enhancing the extension to support that project structure.
You 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 to locate the Significant Other: Toggle
command and assign a shortcut that sparks joy in your life. 🎇