tonini / alchemist.el

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

M-. on elixir library functions just takes me to file #281

Open aaronjensen opened 7 years ago

aaronjensen commented 7 years ago

It seems that any time I try to alchemist-goto-definition-at-point on an elixir standard library function (I do have alchemist-goto-elixir-source-dir) properly set, it takes me to the right file, but it drops me at the top of the file instead of on the function itself.

I'm using spacemacs, maybe something is configured incorrectly? Or maybe this is just how it works?

Edit, it seems some work (Like Enum.count, which gives me an ivy completion for the different count clauses) but String.strip/1 does not, for example.

jojojames commented 7 years ago

String.strip doesn't work for me the first time (takes me to the top of the file) but the second time (and third time, and so on), it'll show and ask for selection using completing-read so looks like the problem is probably for the cold start case.

jojojames commented 7 years ago

Another trivia bit is that String.strip is not part of the autocompletion list for me. (Company mode)