tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

alchemist-goto-defintion-at-point fails to find definitions #296

Open jameskraus opened 7 years ago

jameskraus commented 7 years ago

A lot of the time, alchemist-goto-defintion-at-point fails to return results (e.g. for phoenix's validate_required). Does anyone else know how to improve the lookup?

Alchemist version 1.9.0snapshot (package 20170118.142)

tonini commented 7 years ago

Hi @jameskraus The problem with phoenix is that it uses macros to import functionality and this makes it harder for alchemist to handle the definition lookup. I'm actually have an idea in mind to solve this but until I'm sure its not kind of hack and I have so spare time, people have to wait.

But thanks for using Alchemist and beeing patience