rails-run-spec-vscode
rails-run-spec-vscode copied to clipboard
[Feature request] Open spec file, open implementation file
Hi :wave:, thanks for the gem I use it everyday and it's very convenient.
One thing I miss from Rubymine is being able to open the spec file if I am looking at the implementation and vice-versa.
For example:
- I have my editor open for
app/models/foo.rb
- I press a shortcut and the editor opens a new tab
spec/models/foo_spec.rb
The opposite should also work.
Thanks 🙇
I found a separate extension that does this if you're still looking!
https://github.com/sporto/rails-go-to-spec-vscode
I'd also be in favour of having this functionality built in. Best if the matching file opens in a new editor to the right.
Thank you