Andrew Radev
Andrew Radev
@eibrahim I've tried to add support for files within "app/pods". For components, for instance, it would be something like "if you gf on `{{foo/bar-baz}}`, check if `app/pods/foo/bar-baz/template.hbs` exists". Could you...
@mszoernyi For starters, I haven't even tried to support an "addons" directory. How does this work? Is it "app/addons", or is that in the root of the project? What I...
@GCorbel In your case, it seems the component is in `app/pods/components/kh-subscriptions-chart`. Based on what @eibrahim explained, I thought it would be `app/pods/kh-subscriptions-chart`. Guess both work. I've just pushed a change...
This is interesting. I wouldn't really expect that gf would take a lot of time, and even if it did, I'm not sure that it would allow you to do...
I can see this making sense, but it's not something that would work in all cases. I have an implementation locally (for splitting, at least) that I haven't pushed yet....
The tests seem to pass after rerunning the build. I saw something about some rust tests in the failure, so maybe there was an issue with TravisCI (I disabled the...
You can see them in this pull request. If you click on "files changed", you'll end up on this page: https://github.com/AndrewRadev/splitjoin.vim/pull/109/files. Scroll, and you'll see my comments inline in the...
Ugh, I guess it was my fault, sorry. Turns out, the comments were somehow batched, and I needed to "Submit review" to make them visible. I really didn't expect this....
I've added some test to the dot support, in order to exercise it. I've found one issue that I fixed, but I'm not sure about the other one. Basically, joining...
This looks pretty good. The reason I haven't worked on ternary clauses is because I don't use them much, I guess. They're also quite easy to put in any other...