alchemist.el icon indicating copy to clipboard operation
alchemist.el copied to clipboard

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

Open aaronjensen opened this issue 8 years ago • 2 comments

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.

aaronjensen avatar Jan 16 '17 06:01 aaronjensen

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 avatar Feb 06 '17 02:02 jojojames

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

jojojames avatar Feb 06 '17 21:02 jojojames