Trevoke

Results 161 comments of Trevoke

@kpanic the community solidifed in the Elixir Slack, channel #emacs or #language-server :) @dgutov elixir_sense is the project analysis tool, and elixir-ls uses it to be a proper server based...

This problem occurs with `shell` and `eshell`. Both `term` and `ansi-term` handle `IEx.pry` correctly. However, I'm not sure to which extent this is a problem with alchemist instead of a...

I assumed this had to do emacs, was I wrong? Which shell does alchemist.vim go to?

Well -- alchemist already implements this functionality with `C-c a n c` for controllers, `m` for models, etc. On Sat, Apr 9, 2016 at 10:44 AM Martin Gausby [email protected] wrote:...

Almost: Right now I have to type the full file name, e.g. `user_controller.ex`. I think it would be nice to be able to just type `user` once we are at...

Hi Martin, The same suggestion was accepted and implemented by projectile-rails this way: https://github.com/asok/projectile-rails/issues/2 (there is a link to a commit with cucumber scenarios, which might help explain further what...

I'm beginning to pick up on some of the older issues to see if I can help with alchemist. To be clear, this issue is still open because we still...

It's possible, but it assumes a naming convention that is not (yet?) established in the Phoenix world. On Mon, Mar 12, 2018 at 9:50 AM, FAP wrote: > So, we...

I think that's reasonable. On Wed, Mar 14, 2018, 05:49 Martin Gausby wrote: > …and considering that the layout of a phoenix project has changed since > this thread was...

So.. Sidestepping the issue would mean launching rbenv mode only for Ruby files, which might be good enough for you. Otherwise we should go dive into the rbenv package and...