Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sporto/rails-go-to-spec-vscode

rails-go-to-spec-vscode
https://github.com/sporto/rails-go-to-spec-vscode

vscode vscode-extension

Last synced: about 1 month ago
JSON representation

rails-go-to-spec-vscode

Awesome Lists containing this project

README

        

# Rails Go to Spec extension for VSCODE

Jump between code and spec in Rails projects.

To install search for

```
rails-go-to-spec-2
```

## Default keybinding:

- Ctrl + Shift + y
- Cmd + Shift + y (Mac)

## Redine shortcuts:

In keybindings.json

```
...
{
"key": "shift-cmd-y",
"command": "rails-go-to-spec-2.railsGoToSpec",
"when": "editorFocus"
}
...
```