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
Thanks for this awesome utility.
Is there a way to configure vim-rails so that :AV goes to <fn>_spec.js.coffee rather than <fn>.js_spec.coffee?
:AV
<fn>_spec.js.coffee
<fn>.js_spec.coffee
For instance, when I type :AV on this:
app/assets/javascripts/user/controllers/settings/chat_settings_ctrl.js.coffee
I expect to open this:
spec/javascripts/user/controllers/settings/chat_settings_ctrl_spec.js.coffee
But I get an error message that this is not found:
Can't find file "<full-path>/spec/javascripts/user/controllers/settings/chat_settings_ctrl.js_spec.coffee" in path
The text was updated successfully, but these errors were encountered:
Your requested behavior seems preferable, though with .js.coffee going out of style I can't say this is a priority. I'll merge a pull request.
.js.coffee
Sorry, something went wrong.
No branches or pull requests
Thanks for this awesome utility.
Is there a way to configure vim-rails so that
:AV
goes to<fn>_spec.js.coffee
rather than<fn>.js_spec.coffee
?For instance, when I type :AV on this:
I expect to open this:
But I get an error message that this is not found:
The text was updated successfully, but these errors were encountered: