This extension was HEAVILY inspired by this https://github.com/sporto/rails-go-to-spec-vscode.
Jump between code and test file in Rails projects. Newly created files will be populated with test boilerplate.
Enjoy!
- Ctrl + Shift + t
- Cmd + Shift + t (Mac)
In keybindings.json
...
{
"key": "shift-cmd-t",
"command": "extension.railsGoToTest",
"when": "editorFocus"
}
...