We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi 👋, 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:
app/models/foo.rb
spec/models/foo_spec.rb
The opposite should also work.
Thanks 🙇
The text was updated successfully, but these errors were encountered:
I found a separate extension that does this if you're still looking!
https://github.com/sporto/rails-go-to-spec-vscode
Sorry, something went wrong.
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
No branches or pull requests
Hi 👋, 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:
app/models/foo.rb
spec/models/foo_spec.rb
The opposite should also work.
Thanks 🙇
The text was updated successfully, but these errors were encountered: