Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sporto/rails-go-to-spec-vscode
- Owner: sporto
- License: mit
- Created: 2016-05-09T10:03:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T21:16:28.000Z (about 1 year ago)
- Last Synced: 2024-05-09T07:11:15.588Z (8 months ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/manage/publishers/sporto2/extensions/rails-go-to-spec-2/hub?_a=acquisition
- Size: 159 KB
- Stars: 10
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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"
}
...
```