Martin Gausby

Results 62 comments of Martin Gausby

Could we use ctrl-u for when you want to execute commands against the umbrella, and without for when you want the current sub project you are in?

I think you are looking for a function like `scroll-other-window-down`. It seems like you have a customised setup, but try running your equivalent of `M-x` and type `describe-function` and from...

I'd say it would be okay to introduce a version that use the universal-argument in the manner that @maruks suggest. If one can start iex from Alchemist one should be...

Personally I use projectile to locate files. This works pretty well for all elixir projects that follows a strict file naming structure. I would recommend people needing this functionality to...

I am sorry I didn't read your issue-description well enough; i see that you suggest something that works with projectile—the very project I suggest checking out :) That is what...

@Trevoke I think that is something you need to add to your own Emacs config. I use ido with fuzzy matching myself and I think that I have what you...

Okay, I think I got it now: Say we have the following files in _/web/controllers/_, _auth_controller.ex_, _profile_controller.ex_, and _page_controller.ex_. Currently the interface for jumping to controllers show: _/web/controllers/auth_controller.ex_, _/web/controllers/profile_controller.ex_, etc....

…and considering that the layout of a phoenix project has changed since this thread was started. I still think the framework specific features of alchemist should get pulled into their...

My gut feeling says that this would be hard and error prone: What if the definition at point is executed while looking at a module/fun with a spelling mistake? That...

How about jump-to-definition for module-attributes ? It would be quite handy to position the cursor over a module-attribute and be able to jump to its definition like one can do...