tonini/alchemist.el

alchemist-goto-definition-at-point does not work with ecto project

Opened this issue · 1 comments

Steps to reproduce:

  1. Clone https://github.com/elixir-ecto/ecto: git clone https://github.com/elixir-ecto/ecto.git
  2. Launch emacs, go to any file in the ecto project, eg.: lib/ecto/repo.ex.
  3. Observe that invoking M-. results eg. with the following message:
    Don’t know how to find: Ecto.Repo.Supervisor.runtime_config

Jumping to a symbol in the same file works as expected.

Emacs version: GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-05-06
OS: Ubuntu 16.04.2 LTS

Had the same issue. Go to definition worked for those functions defined in the same file, but not cross files.