I think the usability of the extension would be helped by adding a command to the command palette:
Open rspec/test file from app source file
For example, when viewing app/controllers/users_controller.rb, open command palette and select "Open associated test file in new tab" and it should open spec/controllers/users_controller_spec.rb in a new tab and auto-run the tests in that file.
The inverse (open source file from test file) would also be helpful.
Hey,
First off, great extension!
I think the usability of the extension would be helped by adding a command to the command palette:
Open rspec/test file from app source file
For example, when viewing
app/controllers/users_controller.rb
, open command palette and select "Open associated test file in new tab" and it should openspec/controllers/users_controller_spec.rb
in a new tab and auto-run the tests in that file.The inverse (open source file from test file) would also be helpful.
Cheers, Georges