You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really sorry it took me so long to get around to this. I saved the issue for later handling, and I never got around to it.
I'd like to help debug this, if you're still using the plugin. I can't reproduce the problem, but you might be able to give me some more information. If you update to the master version and put let g:ember_tools_debug = 1 in your .vimrc, then trying to gf should output some debug information that you can view by running the :messages command. Could you paste it here, so I can get a trace of what callbacks are being attempted?
I have this awesome plugin working perfectly in my neovim setup on Ubuntu. Only one issue bothers me a lot.
I have an import defined like this:
in
package.json
I haveand
app/mixins/shared/some-mixin.js
exists and containsThe issue is when I place a cursor to
myApp/mixins/shared/some-mixin
and pressgf
it prints an error:Although it works as expected with relative imports defined like this:
The text was updated successfully, but these errors were encountered: