Jump between code and spec in Rails projects.
To install search for
rails-go-to-spec-2
- Ctrl + Shift + y
- Cmd + Shift + y (Mac)
In keybindings.json
...
{
"key": "shift-cmd-y",
"command": "rails-go-to-spec-2.railsGoToSpec",
"when": "editorFocus"
}
...